Google Cloud Support v2 API - Class SearchCaseClassificationsRequest (1.3.0)

public sealed class SearchCaseClassificationsRequest : IMessage<SearchCaseClassificationsRequest>, IEquatable<SearchCaseClassificationsRequest>, IDeepCloneable<SearchCaseClassificationsRequest>, IBufferMessage, IMessage, IPageRequest

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

The request message for SearchCaseClassifications endpoint.

Inheritance

object > SearchCaseClassificationsRequest

Namespace

Google.Cloud.Support.V2

Assembly

Google.Cloud.Support.V2.dll

Constructors

SearchCaseClassificationsRequest()

public SearchCaseClassificationsRequest()

SearchCaseClassificationsRequest(SearchCaseClassificationsRequest)

public SearchCaseClassificationsRequest(SearchCaseClassificationsRequest other)
Parameter
Name Description
other SearchCaseClassificationsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of cases fetched with each request.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

A token identifying the page of results to return. If unspecified, the first page is retrieved.

Property Value
Type Description
string

Query

public string Query { get; set; }

An expression written in the Google Cloud filter language. If non-empty, then only cases whose fields match the filter are returned. If empty, then no messages are filtered out.

Property Value
Type Description
string