public sealed class SearchCaseClassificationsRequest : IMessage<SearchCaseClassificationsRequest>, IEquatable<SearchCaseClassificationsRequest>, IDeepCloneable<SearchCaseClassificationsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Support v2beta API class SearchCaseClassificationsRequest.
The request message for the SearchCaseClassifications endpoint.
Implements
IMessageSearchCaseClassificationsRequest, IEquatableSearchCaseClassificationsRequest, IDeepCloneableSearchCaseClassificationsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Support.V2BetaAssembly
Google.Cloud.Support.V2Beta.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 |
Product
public Product Product { get; set; }
Optional. The product to return case classifications for.
Property Value | |
---|---|
Type | Description |
Product |
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 |