GoogleApi.AndroidPublisher.V3.Model.Track (google_api_android_publisher v0.26.0) View Source
A 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.
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()] | nil, track: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.