Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonUserListInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/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) ⇒ GoogleAdsSearchads360V0CommonUserListInfo

Returns a new instance of GoogleAdsSearchads360V0CommonUserListInfo.



3031
3032
3033
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3031

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

Instance Attribute Details

#user_listString

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

Returns:

  • (String)


3029
3030
3031
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3029

def user_list
  @user_list
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3036
3037
3038
# File 'lib/google/apis/searchads360_v0/classes.rb', line 3036

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