Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesUploadUserDataRequest

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

Request message for UserDataService.UploadUserData

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesUploadUserDataRequest

Returns a new instance of GoogleAdsSearchads360V23ServicesUploadUserDataRequest.



55162
55163
55164
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55162

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

Instance Attribute Details

#customer_match_user_list_metadataGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCustomerMatchUserListMetadata

Metadata for customer match user list. Corresponds to the JSON property customerMatchUserListMetadata



55155
55156
55157
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55155

def 
  @customer_match_user_list_metadata
end

#operationsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesUserDataOperation>

Required. The list of operations to be done. Corresponds to the JSON property operations



55160
55161
55162
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55160

def operations
  @operations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



55167
55168
55169
55170
# File 'lib/google/apis/searchads360_v23/classes.rb', line 55167

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