Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserListSegment
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserListSegment
- 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
-
#user_list ⇒ String
The user list resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonUserListSegment
constructor
A new instance of GoogleAdsSearchads360V23CommonUserListSegment.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_list ⇒ String
The user list resource.
Corresponds to the JSON property userList
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 |