google_api_container_analysis v0.4.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.Version View Source

Version contains structured information about the version of the package. For a discussion of this in Debian/Ubuntu: http://serverfault.com/questions/604541/debian-packages-version-convention For a discussion of this in Redhat/Fedora/Centos: http://blog.jasonantman.com/2014/07/how-yum-and-rpm-compare-versions/

Attributes

  • epoch (type: integer(), default: nil) - Used to correct mistakes in the version numbering scheme.
  • kind (type: String.t, default: nil) - Distinguish between sentinel MIN/MAX versions and normal versions. If kind is not NORMAL, then the other fields are ignored.
  • name (type: String.t, default: nil) - 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

Link to this type

t()

View Source
t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.Version{
  epoch: integer(),
  kind: String.t(),
  name: String.t(),
  revision: 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.