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

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}"

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.