FeedMappingOperation

פעולה אחת (יצירה, הסרה) במיפוי פידים.

ייצוג JSON
{

  // Union field operation can be only one of the following:
  "create": {
    object (FeedMapping)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
שדות
שדה איחוד operation. שינוי הפעולה. operation יכול להיות רק אחד מהבאים:
create

object (FeedMapping)

פעולת יצירה: לא צריך להיות שם של משאב במיפוי הפיד החדש.

remove

string

פעולת הסרה: צפוי שם משאב עבור מיפוי הפיד שהוסר, בפורמט הבא:

customers/{customerId}/feedMappings/{feedId}~{feed_mapping_id}