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.
Implements
IMessageListCasesResponse, IEquatableListCasesResponse, IDeepCloneableListCasesResponse, IBufferMessage, IMessage, IPageResponseCase, IEnumerableCase, IEnumerableNamespace
Google.Cloud.Support.V2Assembly
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 parent 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. Set this in the page_token
field of subsequent cases.list
requests. 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 |