Show / Hide Table of Contents

Class ReleaseSummary

Summary of a release.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX