Show / Hide Table of Contents

Class Track

Inheritance
System.Object
Track
Implements
IDirectResponseSchema
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class Track : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

TrackValue

Identifier for this track.

Declaration
public virtual string TrackValue { get; set; }
Property Value
Type Description
System.String

UserFraction

Declaration
public virtual Nullable<double> UserFraction { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

VersionCodes

Version codes to make active on this track. Note that this list should contain all versions you wish to be active, including those you wish to retain from previous releases.

Declaration
public virtual IList<Nullable<int>> VersionCodes { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Nullable<System.Int32>>

Implements

IDirectResponseSchema
Back to top