google_api_cloud_run v0.0.1 GoogleApi.CloudRun.V1alpha1.Model.ListServicesResponse View Source

A list of Service resources.

Attributes

  • apiVersion (String.t): The API version for this call such as "v1alpha1". Defaults to: null.
  • items ([Service]): List of Services. Defaults to: null.
  • kind (String.t): The kind of this resource, in this case "ServiceList". Defaults to: null.
  • metadata (ListMeta): Metadata associated with this Service list. Defaults to: null.
  • unreachable ([String.t]): Locations that could not be reached. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.ListServicesResponse{
  apiVersion: any(),
  items: [GoogleApi.CloudRun.V1alpha1.Model.Service.t()],
  kind: any(),
  metadata: GoogleApi.CloudRun.V1alpha1.Model.ListMeta.t(),
  unreachable: [any()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.