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.



12606
12607
12608
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12606

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)


12599
12600
12601
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12599

def conversion_action
  @conversion_action
end

#remarketing_actionString

A remarketing action. Corresponds to the JSON property remarketingAction

Returns:

  • (String)


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