Google Cloud Support v2 API - Class SearchCaseClassificationsResponse (1.3.0)

public sealed class SearchCaseClassificationsResponse : IMessage<SearchCaseClassificationsResponse>, IEquatable<SearchCaseClassificationsResponse>, IDeepCloneable<SearchCaseClassificationsResponse>, IBufferMessage, IMessage, IPageResponse<CaseClassification>, IEnumerable<CaseClassification>, IEnumerable

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

The response message for SearchCaseClassifications endpoint.

Inheritance

object > SearchCaseClassificationsResponse

Namespace

Google.Cloud.Support.V2

Assembly

Google.Cloud.Support.V2.dll

Constructors

SearchCaseClassificationsResponse()

public SearchCaseClassificationsResponse()

SearchCaseClassificationsResponse(SearchCaseClassificationsResponse)

public SearchCaseClassificationsResponse(SearchCaseClassificationsResponse other)
Parameter
Name Description
other SearchCaseClassificationsResponse

Properties

CaseClassifications

public RepeatedField<CaseClassification> CaseClassifications { get; }

The classifications retrieved.

Property Value
Type Description
RepeatedFieldCaseClassification

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

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<CaseClassification> GetEnumerator()

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

Returns
Type Description
IEnumeratorCaseClassification