Class SearchCaseClassificationsResponse
The response message for SearchCaseClassifications endpoint.
Implements
Inherited Members
Namespace: Google.Apis.CloudSupport.v2.Data
Assembly: Google.Apis.CloudSupport.v2.dll
Syntax
public class SearchCaseClassificationsResponse : IDirectResponseSchema
Properties
CaseClassifications
The classifications retrieved.
Declaration
[JsonProperty("caseClassifications")]
public virtual IList<CaseClassification> CaseClassifications { get; set; }
Property Value
Type | Description |
---|---|
IList<CaseClassification> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A token to retrieve the next page of results. Set this in the page_token
field of subsequent
caseClassifications.list
requests. If unspecified, there are no more results to retrieve.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |