FeedItemSetLinkOperation

फ़ीड आइटम सेट लिंक पर एक ही ऑपरेशन (बनाएं, अपडेट करें, निकालें).

जेएसओएन के काेड में दिखाना
{

  // Union field operation can be only one of the following:
  "create": {
    object (FeedItemSetLink)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
फ़ील्ड
यूनियन फ़ील्ड operation. म्यूट करने की कार्रवाई. operation इनमें से सिर्फ़ एक हो सकता है:
create

object (FeedItemSetLink)

बनाने का काम: नए फ़ीड आइटम सेट लिंक के लिए किसी संसाधन का नाम अपेक्षित नहीं है.

remove

string

ऑपरेशन हटाएं: हटाए गए फ़ीड आइटम सेट लिंक के लिए संसाधन का नाम इस फ़ॉर्मैट में होना चाहिए:

customers/{customerId}/feedItemSetLinks/{feedId}_{feedItemSetId}_{feed_item_id}