View Source GoogleApi.AndroidEnterprise.V1.Model.TrackInfo (google_api_android_enterprise v0.26.0)

Id to name association of a track.

Attributes

  • trackAlias (type: String.t, default: nil) - A modifiable name for a track. This is the visible name in the play developer console.
  • trackId (type: String.t, default: nil) - Unmodifiable, unique track identifier. This identifier is the releaseTrackId in the url of the play developer console page that displays the track information.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.TrackInfo{
  trackAlias: String.t() | nil,
  trackId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.