Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserListSegment

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

User list segment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonUserListSegment

Returns a new instance of GoogleAdsSearchads360V23CommonUserListSegment.



12779
12780
12781
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12779

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

Instance Attribute Details

#user_listString

The user list resource. Corresponds to the JSON property userList

Returns:

  • (String)


12777
12778
12779
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12777

def user_list
  @user_list
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12784
12785
12786
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12784

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