View Source GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1ListServicesResponse (google_api_firebase_app_check v0.6.1)
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.V1.Model.GoogleFirebaseAppcheckV1Service.t)
, default:nil
) - The Services retrieved.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1ListServicesResponse{ nextPageToken: String.t() | nil, services: [GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1Service.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.