Class GoogleFirebaseAppdistroV1Release
A release of a Firebase app.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class GoogleFirebaseAppdistroV1Release : IDirectResponseSchema
Properties
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 |
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 |
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 |
Name
The name of the release resource. Format: projects/{project_number}/apps/{app_id}/releases/{release_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ReleaseNotes
Notes of the release.
Declaration
[JsonProperty("releaseNotes")]
public virtual GoogleFirebaseAppdistroV1ReleaseNotes ReleaseNotes { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppdistroV1ReleaseNotes |
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 |