AdParameterOperation

広告パラメータに対する 1 つのオペレーション(作成、更新、削除)。

JSON 表現
{
  "updateMask": string,

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

string (FieldMask format)

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

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

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

object (AdParameter)

作成オペレーション: 新しい広告パラメータにリソース名は必要ありません。

update

object (AdParameter)

更新オペレーション: 広告パラメータには有効なリソース名を指定する必要があります。

remove

string

削除オペレーション: 削除する広告パラメータのリソース名は次の形式で指定する必要があります。

customers/{customerId}/adParameters/{adGroupId}~{criterionId}~{parameterIndex}