ListRoutesResponse is a list of Route resources.
-
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.
Specs
t() :: %GoogleApi.Run.V1.Model.ListRoutesResponse{ apiVersion: String.t(), items: [GoogleApi.Run.V1.Model.Route.t()], kind: String.t(), metadata: GoogleApi.Run.V1.Model.ListMeta.t(), unreachable: [String.t()] }