CampaignExtensionSettingOperation

キャンペーン単位の広告表示オプションの設定に対する 1 回の操作(作成、更新、削除)。

JSON 表現
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (CampaignExtensionSetting)
  },
  "update": {
    object (CampaignExtensionSetting)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
フィールド
updateMask

string (FieldMask format)

更新で変更されるリソース フィールドを決定する FieldMask。

これは、フィールドの完全修飾名のカンマ区切りリストです。(例: "user.displayName,photo")。

共用体フィールド operation。変換オペレーション。operation は次のいずれかになります。
create

object (CampaignExtensionSetting)

作成オペレーション: キャンペーン単位の新しい広告表示オプションの設定にはリソース名は不要です。

update

object (CampaignExtensionSetting)

更新オペレーション: キャンペーンの広告表示オプションの設定には有効なリソース名が必要です。

remove

string

削除操作: 削除済みのキャンペーン単位の広告表示オプション設定のリソース名は、次の形式である必要があります。

customers/{customerId}/campaignExtensionSettings/{campaignId}~{extensionType}