Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesLeadFormSubmissionField
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesLeadFormSubmissionField
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
Fields in the submitted lead form.
Instance Attribute Summary collapse
-
#field_type ⇒ String
Output only.
-
#field_value ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesLeadFormSubmissionField
constructor
A new instance of GoogleAdsSearchads360V23ResourcesLeadFormSubmissionField.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesLeadFormSubmissionField
Returns a new instance of GoogleAdsSearchads360V23ResourcesLeadFormSubmissionField.
30724 30725 30726 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30724 def initialize(**args) update!(**args) end |
Instance Attribute Details
#field_type ⇒ String
Output only. Field type for lead form fields.
Corresponds to the JSON property fieldType
30717 30718 30719 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30717 def field_type @field_type end |
#field_value ⇒ String
Output only. Field value for lead form fields.
Corresponds to the JSON property fieldValue
30722 30723 30724 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30722 def field_value @field_value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
30729 30730 30731 30732 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 30729 def update!(**args) @field_type = args[:field_type] if args.key?(:field_type) @field_value = args[:field_value] if args.key?(:field_value) end |