Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaRelease

Proto defining a release object

Inheritance
object
GoogleFirebaseAppdistroV1alphaRelease
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 GoogleFirebaseAppdistroV1alphaRelease : IDirectResponseSchema

Properties

BuildVersion

Release build version

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

DisplayVersion

Release version

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

DistributedAt

object representation of DistributedAtRaw.

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

DistributedAtDateTimeOffset

DateTimeOffset representation of DistributedAtRaw.

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

DistributedAtRaw

Timestamp when the release was created

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

Id

Release Id

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

InstanceId

Instance id of the release

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

LastActivityAt

object representation of LastActivityAtRaw.

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

LastActivityAtDateTimeOffset

DateTimeOffset representation of LastActivityAtRaw.

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

LastActivityAtRaw

Last activity timestamp

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

OpenInvitationCount

Number of testers who have open invitations for the release

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

ReceivedAt

object representation of ReceivedAtRaw.

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

ReceivedAtDateTimeOffset

DateTimeOffset representation of ReceivedAtRaw.

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

ReceivedAtRaw

unused.

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

ReleaseNotesSummary

Release notes summary

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

TesterCount

Count of testers added to the release

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

TesterWithInstallCount

Number of testers who have installed the release

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX