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.



51564
51565
51566
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51564

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)


51562
51563
51564
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51562

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



51569
51570
51571
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51569

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