Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserListActionInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserListActionInfo
- 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
Represents an action type used for building remarketing user lists.
Instance Attribute Summary collapse
-
#conversion_action ⇒ String
A conversion action that's not generated from remarketing.
-
#remarketing_action ⇒ String
A remarketing action.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonUserListActionInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonUserListActionInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonUserListActionInfo
Returns a new instance of GoogleAdsSearchads360V23CommonUserListActionInfo.
12606 12607 12608 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12606 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversion_action ⇒ String
A conversion action that's not generated from remarketing.
Corresponds to the JSON property conversionAction
12599 12600 12601 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12599 def conversion_action @conversion_action end |
#remarketing_action ⇒ String
A remarketing action.
Corresponds to the JSON property remarketingAction
12604 12605 12606 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12604 def remarketing_action @remarketing_action end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12611 12612 12613 12614 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12611 def update!(**args) @conversion_action = args[:conversion_action] if args.key?(:conversion_action) @remarketing_action = args[:remarketing_action] if args.key?(:remarketing_action) end |