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}