View Source GoogleApi.Run.V1.Model.ListServicesResponse (google_api_run v0.30.0)

A list of Service resources.

Attributes

  • apiVersion (type: String.t, default: nil) - The API version for this call; returns "serving.knative.dev/v1".
  • items (type: list(GoogleApi.Run.V1.Model.Service.t), default: nil) - List of Services.
  • kind (type: String.t, default: nil) - The kind of this resource; returns "ServiceList".
  • metadata (type: GoogleApi.Run.V1.Model.ListMeta.t, default: nil) - Metadata associated with this Service list.
  • unreachable (type: list(String.t), default: nil) - For calls against the global endpoint, returns the list of Cloud locations that could not be reached. For regional calls, this field is not used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.ListServicesResponse{
  apiVersion: String.t() | nil,
  items: [GoogleApi.Run.V1.Model.Service.t()] | nil,
  kind: String.t() | nil,
  metadata: GoogleApi.Run.V1.Model.ListMeta.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.