Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1Release

A release of a Firebase app.

Inheritance
object
GoogleFirebaseAppdistroV1Release
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.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1Release : IDirectResponseSchema

Properties

AcceptedInvitationCount

Output only. Number of testers with accepted invitations.

Declaration
[JsonProperty("acceptedInvitationCount")]
public virtual int? AcceptedInvitationCount { get; set; }
Property Value
Type Description
int?

AndroidPackageRegistrationState

Output only. Registration state of the Android package (BinaryType.APK).

Declaration
[JsonProperty("androidPackageRegistrationState")]
public virtual string AndroidPackageRegistrationState { get; set; }
Property Value
Type Description
string

BinaryDownloadUri

Output only. A signed link (which expires in one hour) to directly download the app binary (IPA/APK/AAB) file.

Declaration
[JsonProperty("binaryDownloadUri")]
public virtual string BinaryDownloadUri { get; set; }
Property Value
Type Description
string

BinaryType

Output only. Type of binary.

Declaration
[JsonProperty("binaryType")]
public virtual string BinaryType { get; set; }
Property Value
Type Description
string

BuildVersion

Output only. Build version of the release. For an Android release, the build version is the versionCode. For an iOS release, the build version is the CFBundleVersion.

Declaration
[JsonProperty("buildVersion")]
public virtual string BuildVersion { get; set; }
Property Value
Type Description
string

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The time the release was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DisplayVersion

Output only. Display version of the release. For an Android release, the display version is the versionName. For an iOS release, the display version is the CFBundleShortVersionString.

Declaration
[JsonProperty("displayVersion")]
public virtual string DisplayVersion { 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

ExpireTime

object representation of ExpireTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExpireTimeDateTimeOffset instead.")]
public virtual object ExpireTime { get; set; }
Property Value
Type Description
object

ExpireTimeDateTimeOffset

DateTimeOffset representation of ExpireTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ExpireTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ExpireTimeRaw

Output only. The time the release will expire.

Declaration
[JsonProperty("expireTime")]
public virtual string ExpireTimeRaw { get; set; }
Property Value
Type Description
string

FeedbackCount

Output only. Number of feedback reports left by testers.

Declaration
[JsonProperty("feedbackCount")]
public virtual int? FeedbackCount { get; set; }
Property Value
Type Description
int?

FirebaseConsoleUri

Output only. A link to the Firebase console displaying a single release.

Declaration
[JsonProperty("firebaseConsoleUri")]
public virtual string FirebaseConsoleUri { get; set; }
Property Value
Type Description
string

InstallationCount

Output only. Number of testers who have downloaded this release.

Declaration
[JsonProperty("installationCount")]
public virtual int? InstallationCount { get; set; }
Property Value
Type Description
int?

Name

The name of the release resource. Format: projects/{project_number}/apps/{app}/releases/{release}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OpenInvitationCount

Output only. Number of testers who were invited (incl. expired invitations), but did not (yet) accept the invitation.

Declaration
[JsonProperty("openInvitationCount")]
public virtual int? OpenInvitationCount { get; set; }
Property Value
Type Description
int?

ReleaseNotes

Notes about the release.

Declaration
[JsonProperty("releaseNotes")]
public virtual GoogleFirebaseAppdistroV1ReleaseNotes ReleaseNotes { get; set; }
Property Value
Type Description
GoogleFirebaseAppdistroV1ReleaseNotes

TestState

Output only. The overall state of tests run on this release

Declaration
[JsonProperty("testState")]
public virtual string TestState { get; set; }
Property Value
Type Description
string

TestingUri

Output only. A link to the release in the tester web clip or Android app that lets testers (which were granted access to the app) view release notes and install the app onto their devices.

Declaration
[JsonProperty("testingUri")]
public virtual string TestingUri { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. The time the release was last updated.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX