GoogleApi.ContainerAnalysis.V1beta1.Model.Version (google_api_container_analysis v0.9.0) View Source

Version contains structured information about the version of a package.

Attributes

  • epoch (type: integer(), default: nil) - Used to correct mistakes in the version numbering scheme.
  • kind (type: String.t, default: nil) - Required. Distinguishes between sentinel MIN/MAX versions and normal versions.
  • name (type: String.t, default: nil) - Required only when version kind is NORMAL. The main part of the version name.
  • revision (type: String.t, default: nil) - The iteration of the package build from the above version.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.Version{
  epoch: integer(),
  kind: String.t(),
  name: String.t(),
  revision: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.