View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2ListServicesResponse (quiqup_google_api_run v0.28.0)
Response message containing a list of Services.
attributes
Attributes
-
nextPageToken(type:String.t, default:nil) - A token indicating there are more items than page_size. Use it in the next ListServices request to continue. -
services(type:list(GoogleApi.Run.V2.Model.GoogleCloudRunV2Service.t), default:nil) - The resulting list of Services.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2ListServicesResponse{ nextPageToken: String.t() | nil, services: [GoogleApi.Run.V2.Model.GoogleCloudRunV2Service.t()] | nil }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.