Class GooglePlayDeveloperReportingV1beta1Track
A representation of a Play release track.
Implements
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1beta1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1beta1.dll
Syntax
public class GooglePlayDeveloperReportingV1beta1Track : IDirectResponseSchema
Properties
DisplayName
Readable identifier of the track.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ServingReleases
Represents all active releases in the track.
Declaration
[JsonProperty("servingReleases")]
public virtual IList<GooglePlayDeveloperReportingV1beta1Release> ServingReleases { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePlayDeveloperReportingV1beta1Release> |
Type
The type of the track.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |