Google Cloud Support v2 API - Class ListCommentsResponse (1.4.0)

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.

Inheritance

object > ListCommentsResponse

Namespace

Google.Cloud.Support.V2

Assembly

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