google_api_cloud_run v0.15.0 GoogleApi.CloudRun.V1alpha1.Model.ListRoutesResponse View Source

ListRoutesResponse is a list of Route resources.

Attributes

  • apiVersion (type: String.t, default: nil) - The API version for this call such as "serving.knative.dev/v1alpha1".
  • items (type: list(GoogleApi.CloudRun.V1alpha1.Model.Route.t), default: nil) - List of Routes.
  • kind (type: String.t, default: nil) - The kind of this resource, in this case always "RouteList".
  • metadata (type: GoogleApi.CloudRun.V1alpha1.Model.ListMeta.t, default: nil) - Metadata associated with this Route list.
  • regionDetails (type: %{optional(String.t) => GoogleApi.CloudRun.V1alpha1.Model.RegionDetails.t}, default: nil) - Details for the regions used during a global call including any failures. This is not populated when targeting a specific region.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.

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.ListRoutesResponse{
  apiVersion: String.t(),
  items: [GoogleApi.CloudRun.V1alpha1.Model.Route.t()],
  kind: String.t(),
  metadata: GoogleApi.CloudRun.V1alpha1.Model.ListMeta.t(),
  regionDetails: %{
    optional(String.t()) => GoogleApi.CloudRun.V1alpha1.Model.RegionDetails.t()
  },
  unreachable: [String.t()]
}

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.