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.
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_metadata ⇒ Google::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 |
#operations ⇒ Array<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 |