CampaignSharedSetOperation

キャンペーン共有設定に対する 1 つのオペレーション(作成、削除)。

JSON 表現
{

  // Union field operation can be only one of the following:
  "create": {
    object (CampaignSharedSet)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
フィールド
共用体フィールド operation。mutate オペレーション。operation は次のいずれかになります。
create

object (CampaignSharedSet)

作成オペレーション: 新しいキャンペーン共有設定にリソース名は必要ありません。

remove

string

削除操作: 削除されたキャンペーン共有設定のリソース名は次の形式である必要があります。

customers/{customerId}/campaignSharedSets/{campaignId}~{shared_set_id}