Class AppTrackInfo
Id to name association of a app track.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class AppTrackInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackAlias
The track name associated with the trackId, set in the Play Console. The name is modifiable from Play Console.
Declaration
[JsonProperty("trackAlias")]
public virtual string TrackAlias { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackId
The unmodifiable unique track identifier, taken from the releaseTrackId in the URL of the Play Console page that displays the app’s track information.
Declaration
[JsonProperty("trackId")]
public virtual string TrackId { get; set; }
Property Value
Type | Description |
---|---|
string |