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.



10915
10916
10917
# File 'lib/google/apis/searchads360_v23/classes.rb', line 10915

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)


10913
10914
10915
# File 'lib/google/apis/searchads360_v23/classes.rb', line 10913

def seed_user_list
  @seed_user_list
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10920
10921
10922
# File 'lib/google/apis/searchads360_v23/classes.rb', line 10920

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