GoogleApi.VersionHistory.V1.Model.Version (google_api_version_history v0.2.0) View Source

Each Version is owned by a Channel. A Version only displays the Version number (e.g. 84.0.4147.38). A Version owns a collection of releases.

Attributes

  • name (type: String.t, default: nil) - Version name. Format is "{product}/platforms/{platform}/channels/{channel}/versions/{version}" e.g. "chrome/platforms/win/channels/beta/versions/84.0.4147.38"
  • version (type: String.t, default: nil) - String containing just the version number. e.g. "84.0.4147.38"

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.VersionHistory.V1.Model.Version{
  name: String.t() | nil,
  version: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.