Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserListAttributeMetadata
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserListAttributeMetadata
- 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
Metadata associated with a User List attribute.
Instance Attribute Summary collapse
-
#user_list_type ⇒ String
The user list type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonUserListAttributeMetadata
constructor
A new instance of GoogleAdsSearchads360V23CommonUserListAttributeMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonUserListAttributeMetadata
Returns a new instance of GoogleAdsSearchads360V23CommonUserListAttributeMetadata.
12560 12561 12562 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12560 def initialize(**args) update!(**args) end |
Instance Attribute Details
#user_list_type ⇒ String
The user list type.
Corresponds to the JSON property userListType
12558 12559 12560 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12558 def user_list_type @user_list_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12565 12566 12567 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12565 def update!(**args) @user_list_type = args[:user_list_type] if args.key?(:user_list_type) end |