Class TrackInfo
Id to name association of a track.
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class TrackInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackAlias
A modifiable name for a track. This is the visible name in the play developer console.
Declaration
[JsonProperty("trackAlias")]
public virtual string TrackAlias { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackId
Unmodifiable, unique track identifier. This identifier is the releaseTrackId in the url of the play developer console page that displays the track information.
Declaration
[JsonProperty("trackId")]
public virtual string TrackId { get; set; }
Property Value
Type | Description |
---|---|
string |