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 dapat berupa salah satu dari berikut:
create

object (SharedCriterion)

Membuat operasi: Tidak ada nama resource yang diharapkan untuk kriteria bersama yang baru.

remove

string

Operasi penghapusan: Diharapkan nama resource untuk kriteria bersama yang dihapus, dalam format ini:

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