Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonSimilarUserListInfo

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

SimilarUserList is a list of users which are similar to users from another UserList. These lists are read-only and automatically created by Google.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonSimilarUserListInfo

Returns a new instance of GoogleAdsSearchads360V23CommonSimilarUserListInfo.



10855
10856
10857
# File 'lib/google/apis/searchads360_v23/classes.rb', line 10855

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

Instance Attribute Details

#seed_user_listString

Seed UserList from which this list is derived. Corresponds to the JSON property seedUserList

Returns:

  • (String)


10853
10854
10855
# File 'lib/google/apis/searchads360_v23/classes.rb', line 10853

def seed_user_list
  @seed_user_list
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10860
10861
10862
# File 'lib/google/apis/searchads360_v23/classes.rb', line 10860

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