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.



52395
52396
52397
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52395

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)


52393
52394
52395
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52393

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



52400
52401
52402
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52400

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