Google Cloud Support v2 API - Class SearchCaseClassificationsRequest (1.4.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 the 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 classifications 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 used to filter case classifications.

If it's an empty string, then no filtering happens. Otherwise, case classifications will be returned that match the filter.

Property Value
Type Description
string