Show / Hide Table of Contents

Class GooglePlayDeveloperReportingV1alpha1Release

A representation of an app release.

Inheritance
object
GooglePlayDeveloperReportingV1alpha1Release
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.Playdeveloperreporting.v1alpha1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1alpha1.dll
Syntax
public class GooglePlayDeveloperReportingV1alpha1Release : 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?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX