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

Each Platform is owned by a Product and owns a collection of channels. Available platforms are listed in Platform enum below. Not all Channels are available for every Platform (e.g. CANARY does not exist for LINUX).

Attributes

  • name (type: String.t, default: nil) - Platform name. Format is "{product}/platforms/{platform}"
  • platformType (type: String.t, default: nil) - Type of platform.

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.Platform{
  name: String.t() | nil,
  platformType: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.