SharedCriterionOperation

Satu operasi (buat, hapus) pada kriteria bersama.

Representasi 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.
}
Kolom
Kolom union operation. Operasi mutasi. operation hanya ada berupa salah satu diantara berikut:
create

object (SharedCriterion)

Operasi buat: Tidak ada nama resource yang diharapkan untuk kriteria bersama yang baru.

remove

string

Operasi penghapusan: Nama resource untuk kriteria bersama yang dihapus diharapkan, dalam format ini:

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