View Source GoogleApi.CloudSupport.V2beta.Model.SearchCaseClassificationsResponse (google_api_cloud_support v0.8.1)

The response message for SearchCaseClassifications endpoint.

Attributes

  • caseClassifications (type: list(GoogleApi.CloudSupport.V2beta.Model.CaseClassification.t), default: nil) - The classifications retrieved.
  • nextPageToken (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudSupport.V2beta.Model.SearchCaseClassificationsResponse{
  caseClassifications:
    [GoogleApi.CloudSupport.V2beta.Model.CaseClassification.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.