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.



56329
56330
56331
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56329

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



56322
56323
56324
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56322

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



56327
56328
56329
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56327

def operations
  @operations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



56334
56335
56336
56337
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56334

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