View Source GoogleApi.Run.V1.Model.ListRoutesResponse (google_api_run v0.35.0)
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/v1". -
items
(type:list(GoogleApi.Run.V1.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.Run.V1.Model.ListMeta.t
, default:nil
) - Metadata associated with this Route list. -
unreachable
(type:list(String.t)
, default:nil
) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Run.V1.Model.ListRoutesResponse{ apiVersion: String.t() | nil, items: [GoogleApi.Run.V1.Model.Route.t()] | nil, kind: String.t() | nil, metadata: GoogleApi.Run.V1.Model.ListMeta.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.