google_api_cloud_run v0.0.1 GoogleApi.CloudRun.V1alpha1.Model.ListRevisionsResponse View Source
ListRevisionsResponse is a list of Revision resources.
Attributes
- apiVersion (String.t): The API version for this call such as "v1alpha1". Defaults to:
null
. - items ([Revision]): List of Revisions. Defaults to:
null
. - kind (String.t): The kind of this resource, in this case "RevisionList". Defaults to:
null
. - metadata (ListMeta): Metadata associated with this revision 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.ListRevisionsResponse{
apiVersion: any(),
items: [GoogleApi.CloudRun.V1alpha1.Model.Revision.t()],
kind: any(),
metadata: GoogleApi.CloudRun.V1alpha1.Model.ListMeta.t(),
unreachable: [any()]
}
t() :: %GoogleApi.CloudRun.V1alpha1.Model.ListRevisionsResponse{ apiVersion: any(), items: [GoogleApi.CloudRun.V1alpha1.Model.Revision.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.