Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesPlannableUserListMetadata

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

The metadata associated with a plannable user list.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesPlannableUserListMetadata

Returns a new instance of GoogleAdsSearchads360V23ServicesPlannableUserListMetadata.



52323
52324
52325
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52323

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

Instance Attribute Details

#user_list_crm_data_source_typeString

The data source type of a CRM based user list. Corresponds to the JSON property userListCrmDataSourceType

Returns:

  • (String)


52321
52322
52323
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52321

def user_list_crm_data_source_type
  @user_list_crm_data_source_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



52328
52329
52330
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52328

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