Google Cloud Support v2 API - Class ListCommentsResponse (1.0.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
NameDescription
otherListCommentsResponse

Properties

Comments

public RepeatedField<Comment> Comments { get; }

The list of Comments associated with the given Case.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Comment> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorComment