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.



12666
12667
12668
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12666

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)


12659
12660
12661
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12659

def conversion_action
  @conversion_action
end

#remarketing_actionString

A remarketing action. Corresponds to the JSON property remarketingAction

Returns:

  • (String)


12664
12665
12666
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12664

def remarketing_action
  @remarketing_action
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12671
12672
12673
12674
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12671

def update!(**args)
  @conversion_action = args[:conversion_action] if args.key?(:conversion_action)
  @remarketing_action = args[:remarketing_action] if args.key?(:remarketing_action)
end