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

Each Channel is owned by a Platform and owns a collection of versions. Possible Channels are listed in the Channel enum below. Not all Channels are available for every Platform (e.g. CANARY does not exist for LINUX).

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.