CampaignLabelOperation

キャンペーン ラベルの関係に対する単一のオペレーション(作成、削除)。

JSON 表現
{

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

object (CampaignLabel)

作成オペレーション: 新しいキャンペーンとラベルの関係にはリソース名は不要です。

remove

string

削除オペレーション: 削除するキャンペーンとラベルの関係のリソース名。形式は以下のようになります。

customers/{customerId}/campaignLabels/{campaignId}~{label_id}