Class TrackConfig
Configurations of the new track.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class TrackConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FormFactor
Required. Form factor of the new track. Defaults to the default track.
Declaration
[JsonProperty("formFactor")]
public virtual string FormFactor { get; set; }
Property Value
Type | Description |
---|---|
string |
Track
Required. Identifier of the new track. For default tracks, this field consists of the track alias only. Form
factor tracks have a special prefix as an identifier, for example wear:production
,
automotive:production
. This prefix must match the value of the form_factor
field, if it is not a default
track. More on track name
Declaration
[JsonProperty("track")]
public virtual string Track { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Required. Type of the new track. Currently, the only supported value is closedTesting.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |