Class GooglePlayDeveloperReportingV1beta1Release
A representation of an app release.
Implements
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1beta1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1beta1.dll
Syntax
public class GooglePlayDeveloperReportingV1beta1Release : IDirectResponseSchema
Properties
DisplayName
Readable identifier of the release.
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 |
VersionCodes
The version codes contained in this release.
Declaration
[JsonProperty("versionCodes")]
public virtual IList<long?> VersionCodes { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |