FeedItemSetLink
Represents a link between a FeedItem and a FeedItemSet.
Fields |
resource_name
|
string
Immutable. The resource name of the feed item set link. Feed item set link resource names have the form: customers/{customer_id}/feedItemSetLinks/{feed_id}~{feed_item_set_id}~{feed_item_id}
|
feed_item
|
string
Immutable. The linked FeedItem.
|
feed_item_set
|
string
Immutable. The linked FeedItemSet.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["Represents a connection between a FeedItem and a FeedItemSet, enabling the association of individual feed items with specific sets."],["Identified by a unique resource name structured as `customers/{customer_id}/feedItemSetLinks/{feed_id}~{feed_item_set_id}~{feed_item_id}`."],["Contains immutable links to both the FeedItem and the FeedItemSet, establishing a permanent relationship between them."]]],[]]