google_api_cloud_run v0.1.0 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 nil.
  • items (list(GoogleApi.CloudRun.V1alpha1.Model.Revision.t)): List of Revisions. Defaults to nil.
  • kind (String.t): The kind of this resource, in this case "RevisionList". Defaults to nil.
  • metadata (GoogleApi.CloudRun.V1alpha1.Model.ListMeta.t): Metadata associated with this revision list. Defaults to nil.
  • unreachable (list(String.t)): Locations that could not be reached. Defaults to nil.

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() :: %GoogleApi.CloudRun.V1alpha1.Model.ListRevisionsResponse{
  apiVersion: String.t(),
  items: [GoogleApi.CloudRun.V1alpha1.Model.Revision.t()],
  kind: String.t(),
  metadata: GoogleApi.CloudRun.V1alpha1.Model.ListMeta.t(),
  unreachable: [String.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.