Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserListActionInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_actionString

A conversion action that's not generated from remarketing. Corresponds to the JSON property conversionAction

Returns:

  • (String)


12533
12534
12535
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12533

def conversion_action
  @conversion_action
end

#remarketing_actionString

A remarketing action. Corresponds to the JSON property remarketingAction

Returns:

  • (String)


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