View Source GoogleApi.CloudSupport.V2beta.Model.SearchCasesResponse (google_api_cloud_support v0.8.0)
The response message for the SearchCases endpoint.
Attributes
-
cases
(type:list(GoogleApi.CloudSupport.V2beta.Model.Case.t)
, default:nil
) - The list of cases associated with the parent after any filters have been applied. -
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve the next page of results. Set this in thepage_token
field of subsequentcases.search
requests. If unspecified, there are no more results to retrieve.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSupport.V2beta.Model.SearchCasesResponse{ cases: [GoogleApi.CloudSupport.V2beta.Model.Case.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.