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.
12540 12541 12542 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12540 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
12533 12534 12535 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12533 def conversion_action @conversion_action end |
#remarketing_action ⇒ String
A remarketing action.
Corresponds to the JSON property remarketingAction
12538 12539 12540 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12538 def remarketing_action @remarketing_action end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12545 12546 12547 12548 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12545 def update!(**args) @conversion_action = args[:conversion_action] if args.key?(:conversion_action) @remarketing_action = args[:remarketing_action] if args.key?(:remarketing_action) end |