google_api_android_publisher v0.16.0 GoogleApi.AndroidPublisher.V3.Model.Track View Source

Attributes

  • releases (type: list(GoogleApi.AndroidPublisher.V3.Model.TrackRelease.t), default: nil) - A list of all active releases in this track during a read request. On an update request, it represents desired changes.
  • track (type: String.t, default: nil) - Identifier for this track.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AndroidPublisher.V3.Model.Track{
  releases: [GoogleApi.AndroidPublisher.V3.Model.TrackRelease.t()],
  track: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.