Class ShowFeedResponse
The response message for the ShowFeed endpoint.
Implements
Inherited Members
Namespace: Google.Apis.CloudSupport.v2beta.Data
Assembly: Google.Apis.CloudSupport.v2beta.dll
Syntax
public class ShowFeedResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FeedItems
The list of feed items associated with the given Case.
Declaration
[JsonProperty("feedItems")]
public virtual IList<FeedItem> FeedItems { get; set; }
Property Value
Type | Description |
---|---|
IList<FeedItem> |
NextPageToken
A token to retrieve the next page of results. This should be set in the page_token
field of subsequent
ShowFeedRequests
. If unspecified, there are no more results to retrieve.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |