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}