View Source GoogleApi.AndroidManagement.V1.Model.AppTrackInfo (google_api_android_management v0.48.0)

Id to name association of a app track.

Attributes

  • trackAlias (type: String.t, default: nil) - The track name associated with the trackId, set in the Play Console. The name is modifiable from Play Console.
  • trackId (type: String.t, default: nil) - The unmodifiable unique track identifier, taken from the releaseTrackId in the URL of the Play Console page that displays the app’s track information.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.