google_api_cloud_run v0.0.1 GoogleApi.CloudRun.V1alpha1.Model.ListRoutesResponse View Source
ListRoutesResponse is a list of Route resources.
Attributes
- apiVersion (String.t): The API version for this call such as "v1alpha1". Defaults to:
null
. - items ([Route]): List of Routes. Defaults to:
null
. - kind (String.t): The kind of this resource, in this case always "RouteList". Defaults to:
null
. - metadata (ListMeta): Metadata associated with this Route 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()
View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.ListRoutesResponse{
apiVersion: any(),
items: [GoogleApi.CloudRun.V1alpha1.Model.Route.t()],
kind: any(),
metadata: GoogleApi.CloudRun.V1alpha1.Model.ListMeta.t(),
unreachable: [any()]
}
t() :: %GoogleApi.CloudRun.V1alpha1.Model.ListRoutesResponse{ apiVersion: any(), items: [GoogleApi.CloudRun.V1alpha1.Model.Route.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
Unwrap a decoded JSON object into its complex fields.