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; }
List of the comments associated with the case.
Property Value | |
---|---|
Type | Description |
RepeatedFieldComment |
NextPageToken
public string NextPageToken { get; set; }
A token to retrieve the next page of results. Set this in the page_token
field of subsequent cases.comments.list
requests. 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 |