Google Cloud Support v2 API - Class ListCasesResponse (1.3.0)

public sealed class ListCasesResponse : IMessage<ListCasesResponse>, IEquatable<ListCasesResponse>, IDeepCloneable<ListCasesResponse>, IBufferMessage, IMessage, IPageResponse<Case>, IEnumerable<Case>, IEnumerable

Reference documentation and code samples for the Google Cloud Support v2 API class ListCasesResponse.

The response message for the ListCases endpoint.

Inheritance

object > ListCasesResponse

Namespace

Google.Cloud.Support.V2

Assembly

Google.Cloud.Support.V2.dll

Constructors

ListCasesResponse()

public ListCasesResponse()

ListCasesResponse(ListCasesResponse)

public ListCasesResponse(ListCasesResponse other)
Parameter
Name Description
other ListCasesResponse

Properties

Cases

public RepeatedField<Case> Cases { get; }

The list of cases associated with the Google Cloud Resource, after any filters have been applied.

Property Value
Type Description
RepeatedFieldCase

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 the subsequent ListCasesRequest message that is issued. If unspecified, there are no more results to retrieve.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Case> GetEnumerator()

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

Returns
Type Description
IEnumeratorCase