Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserListInfo

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

A User List criterion. Represents a user list that is defined by the advertiser to be targeted.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonUserListInfo

Returns a new instance of GoogleAdsSearchads360V23CommonUserListInfo.



12682
12683
12684
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12682

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#user_listString

The User List resource name. Corresponds to the JSON property userList

Returns:

  • (String)


12680
12681
12682
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12680

def user_list
  @user_list
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12687
12688
12689
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12687

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