Show / Hide Table of Contents

Class AppTrackInfo

Id to name association of a app track.

Inheritance
object
AppTrackInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX