Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesPlannableUserListMetadata
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesPlannableUserListMetadata
- 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
-
#user_list_crm_data_source_type ⇒ String
The data source type of a CRM based user list.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesPlannableUserListMetadata
constructor
A new instance of GoogleAdsSearchads360V23ServicesPlannableUserListMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_type ⇒ String
The data source type of a CRM based user list.
Corresponds to the JSON property userListCrmDataSourceType
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 |