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

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"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.