GoogleApi.AppEngine.V1.Model.ListServicesResponse (google_api_app_engine v0.44.0)
View SourceResponse 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 }