注意:您正在查看 API 的 REST 接口的文档。我们的大多数官方客户端库都使用 gRPC。如需了解详情,请参阅
REST 简介。
CampaignAssetSetOperation
对广告系列素材资源组执行的单次操作(创建、移除)。
JSON 表示法 |
{
// 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 .
} |
字段 |
联合字段 operation 。Mutate 操作。operation 只能是下列其中一项: |
create |
object (CampaignAssetSet )
创建操作:新广告系列素材资源组不应有资源名称。
|
remove |
string
移除操作:已移除的广告系列素材资源集的资源名称应该,格式为:customers/{customerId}/campaignAssetSets/{campaignId}~{asset_set_id}
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-18。
[null,null,["最后更新时间 (UTC):2024-10-18。"],[[["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."]]],[]]