Show / Hide Table of Contents

Class TrackInfo

Id to name association of a track.

Inheritance
object
TrackInfo
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX