Class ReleaseSummary
Summary of a release.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ReleaseSummary : IDirectResponseSchema
Properties
ActiveArtifacts
List of active artifacts on this release
Declaration
[JsonProperty("activeArtifacts")]
public virtual IList<ArtifactSummary> ActiveArtifacts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ArtifactSummary> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReleaseLifecycleState
The lifecycle state of a release.
Declaration
[JsonProperty("releaseLifecycleState")]
public virtual string ReleaseLifecycleState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReleaseName
Name of the release.
Declaration
[JsonProperty("releaseName")]
public virtual string ReleaseName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Track
Identifier for the track. Learn more about track names..
Declaration
[JsonProperty("track")]
public virtual string Track { get; set; }
Property Value
| Type | Description |
|---|---|
| string |