GoogleApi.CloudRun.V1alpha1.Model.ListRevisionsResponse (google_api_cloud_run v0.43.1) View Source
ListRevisionsResponse is a list of Revision 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.Revision.t)
, default:nil
) - List of Revisions. -
kind
(type:String.t
, default:nil
) - The kind of this resource, in this case "RevisionList". -
metadata
(type:GoogleApi.CloudRun.V1alpha1.Model.ListMeta.t
, default:nil
) - Metadata associated with this revision list. -
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
Specs
t() :: %GoogleApi.CloudRun.V1alpha1.Model.ListRevisionsResponse{ apiVersion: String.t() | nil, items: [GoogleApi.CloudRun.V1alpha1.Model.Revision.t()] | nil, kind: String.t() | nil, metadata: GoogleApi.CloudRun.V1alpha1.Model.ListMeta.t() | nil, unreachable: [String.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.