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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.