注意: API の REST インターフェースに関するドキュメントを表示しています。当社の公式クライアント ライブラリのほとんどは gRPC を使用しています。詳しくは、
REST の概要をご覧ください。
CampaignAssetSetOperation
キャンペーンのアセットセットに対する 1 回のオペレーション(作成、削除)。
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 。変更オペレーション。operation は次のいずれかになります。 |
create |
object (CampaignAssetSet )
作成オペレーション: 新しいキャンペーンのアセットセットにはリソース名は必要ありません。
|
remove |
string
削除オペレーション: 削除されたキャンペーン アセットセットのリソース名が必要です。形式は customers/{customerId}/campaignAssetSets/{campaignId}~{asset_set_id} です。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-18 UTC。
[null,null,["最終更新日 2024-10-18 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."]]],[]]