FeedItemTargetOperation

פעולה יחידה (יצירה, הסרה) ביעד של פריט בפיד.

ייצוג JSON
{

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

object (FeedItemTarget)

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

remove

string

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

customers/{customerId}/feedItemTargets/{feedId}~{feed_item_id}~{feedItemTargetType}~{feedItemTargetId}