GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaListServicesResponse (google_api_firebase_app_check v0.2.0) View Source
Response message for the ListServices method.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - If the result list is too large to fit in a single response, then a token is returned. If the string is empty or omitted, then this response is the last page of results. This token can be used in a subsequent call to ListServices to find the next group of Services. Page tokens are short-lived and should not be persisted. -
services
(type:list(GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaService.t)
, default:nil
) - The Services retrieved.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaListServicesResponse{ nextPageToken: String.t() | nil, services: [ GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaService.t() ] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.