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.



52407
52408
52409
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52407

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)


52405
52406
52407
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52405

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



52412
52413
52414
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52412

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