Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
CampaignAssetSetOperation
A single operation (create, remove) on a campaign asset set.
JSON representation |
{
// Union field operation can be only one of the following:
"create": {
object (CampaignAssetSet )
},
"remove": string
// End of list of possible types for union field operation .
} |
Fields |
Union field operation . The mutate operation. operation can be only one of the following: |
create |
object (CampaignAssetSet )
Create operation: No resource name is expected for the new campaign asset set.
|
remove |
string
Remove operation: A resource name for the removed campaign asset set is expected, in this format: customers/{customerId}/campaignAssetSets/{campaignId}~{asset_set_id}
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-11 UTC.
[null,null,["Last updated 2024-10-11 UTC."],[[["CampaignAssetSetOperation defines a single operation (create or remove) on a campaign asset set."],["The `create` operation requires a CampaignAssetSet object without a resource name."],["The `remove` operation requires the resource name of the campaign asset set to be removed."],["The JSON representation uses a union field `operation` to specify either \"create\" or \"remove\" with corresponding values."]]],[]]