public sealed class ShowFeedResponse : IMessage<ShowFeedResponse>, IEquatable<ShowFeedResponse>, IDeepCloneable<ShowFeedResponse>, IBufferMessage, IMessage, IPageResponse<FeedItem>, IEnumerable<FeedItem>, IEnumerable
Reference documentation and code samples for the Google Cloud Support v2beta API class ShowFeedResponse.
The response message for the ShowFeed endpoint.
Implements
IMessageShowFeedResponse, IEquatableShowFeedResponse, IDeepCloneableShowFeedResponse, IBufferMessage, IMessage, IPageResponseFeedItem, IEnumerableFeedItem, IEnumerableNamespace
Google.Cloud.Support.V2BetaAssembly
Google.Cloud.Support.V2Beta.dll
Constructors
ShowFeedResponse()
public ShowFeedResponse()
ShowFeedResponse(ShowFeedResponse)
public ShowFeedResponse(ShowFeedResponse other)
Parameter | |
---|---|
Name | Description |
other |
ShowFeedResponse |
Properties
FeedItems
public RepeatedField<FeedItem> FeedItems { get; }
The list of feed items associated with the given Case.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFeedItem |
NextPageToken
public string NextPageToken { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<FeedItem> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorFeedItem |