Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonInteractionTypeInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonInteractionTypeInfo
- 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
Criterion for Interaction Type.
Instance Attribute Summary collapse
-
#type ⇒ String
The interaction type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonInteractionTypeInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonInteractionTypeInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonInteractionTypeInfo
Returns a new instance of GoogleAdsSearchads360V23CommonInteractionTypeInfo.
5790 5791 5792 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5790 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
The interaction type.
Corresponds to the JSON property type
5788 5789 5790 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5788 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5795 5796 5797 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5795 def update!(**args) @type = args[:type] if args.key?(:type) end |