Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesUploadUserDataRequest
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesUploadUserDataRequest
- 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
-
#customer_match_user_list_metadata ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCustomerMatchUserListMetadata
Metadata for customer match user list.
-
#operations ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesUserDataOperation>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesUploadUserDataRequest
constructor
A new instance of GoogleAdsSearchads360V23ServicesUploadUserDataRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesUploadUserDataRequest
Returns a new instance of GoogleAdsSearchads360V23ServicesUploadUserDataRequest.
56257 56258 56259 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56257 def initialize(**args) update!(**args) end |
Instance Attribute Details
#customer_match_user_list_metadata ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCustomerMatchUserListMetadata
Metadata for customer match user list.
Corresponds to the JSON property customerMatchUserListMetadata
56250 56251 56252 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56250 def @customer_match_user_list_metadata end |
#operations ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesUserDataOperation>
Required. The list of operations to be done.
Corresponds to the JSON property operations
56255 56256 56257 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56255 def operations @operations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
56262 56263 56264 56265 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 56262 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 |