Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserListAttributeMetadata

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

Metadata associated with a User List attribute.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonUserListAttributeMetadata

Returns a new instance of GoogleAdsSearchads360V23CommonUserListAttributeMetadata.



12686
12687
12688
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12686

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

Instance Attribute Details

#user_list_typeString

The user list type. Corresponds to the JSON property userListType

Returns:

  • (String)


12684
12685
12686
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12684

def user_list_type
  @user_list_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12691
12692
12693
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12691

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