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}