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.



10840
10841
10842
# File 'lib/google/apis/searchads360_v23/classes.rb', line 10840

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)


10838
10839
10840
# File 'lib/google/apis/searchads360_v23/classes.rb', line 10838

def seed_user_list
  @seed_user_list
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10845
10846
10847
# File 'lib/google/apis/searchads360_v23/classes.rb', line 10845

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