public sealed class ListCommentsResponse : IMessage<ListCommentsResponse>, IEquatable<ListCommentsResponse>, IDeepCloneable<ListCommentsResponse>, IBufferMessage, IMessage, IPageResponse<Comment>, IEnumerable<Comment>, IEnumerable
Reference documentation and code samples for the Google Cloud Support v2 API class ListCommentsResponse.
The response message for the ListComments endpoint.
Implements
IMessageListCommentsResponse, IEquatableListCommentsResponse, IDeepCloneableListCommentsResponse, IBufferMessage, IMessage, IPageResponseComment, IEnumerableComment, IEnumerableNamespace
Google.Cloud.Support.V2Assembly
Google.Cloud.Support.V2.dll
Constructors
ListCommentsResponse()
public ListCommentsResponse()
ListCommentsResponse(ListCommentsResponse)
public ListCommentsResponse(ListCommentsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListCommentsResponse |
Properties
Comments
public RepeatedField<Comment> Comments { get; }
The list of Comments associated with the given Case.
Property Value | |
---|---|
Type | Description |
RepeatedFieldComment |
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 ListCommentsRequest
message that is
issued. If unspecified, there are no more results to retrieve.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Comment> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorComment |