SharedCriterionOperation

共有条件に対する単一のオペレーション(作成、削除)。

JSON 表現
{

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

object (SharedCriterion)

作成オペレーション: 新しい共有条件にリソース名は指定できません。

remove

string

削除オペレーション: 削除した共有条件のリソース名は次の形式である必要があります。

customers/{customerId}/sharedCriteria/{shared_set_id}~{criterionId}