View Source GoogleApi.AppEngine.V1.Model.ListServicesResponse (google_api_app_engine v0.42.0)
Response message for Services.ListServices.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Continuation token for fetching the next page of results. -
services
(type:list(GoogleApi.AppEngine.V1.Model.Service.t)
, default:nil
) - The services belonging to the requested application.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AppEngine.V1.Model.ListServicesResponse{ nextPageToken: String.t() | nil, services: [GoogleApi.AppEngine.V1.Model.Service.t()] | nil }