ListRevisionsResponse is a list of Revision 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.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.Run.V1.Model.ListMeta.t
, default:nil
) - Metadata associated with this revision list. -
unreachable
(type:list(String.t)
, default:nil
) - Locations that could not be reached.
Specs
t() :: %GoogleApi.Run.V1.Model.ListRevisionsResponse{ apiVersion: String.t(), items: [GoogleApi.Run.V1.Model.Revision.t()], kind: String.t(), metadata: GoogleApi.Run.V1.Model.ListMeta.t(), unreachable: [String.t()] }