GoogleApi.AndroidPublisher.V3.Model.Track (google_api_android_publisher v0.43.0)
View SourceA track configuration. The resource for TracksService.
Attributes
-
releases(type:list(GoogleApi.AndroidPublisher.V3.Model.TrackRelease.t), default:nil) - In a read request, represents all active releases in the track. In an update request, represents desired changes. -
track(type:String.t, default:nil) - Identifier of the track. Form factor tracks have a special prefix as an identifier, for examplewear:production,automotive:production. More on track name
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidPublisher.V3.Model.Track{ releases: [GoogleApi.AndroidPublisher.V3.Model.TrackRelease.t()] | nil, track: String.t() | nil }