GoogleFirebaseAppdistroV1alphaRelease class

Proto defining a release object

Constructors

GoogleFirebaseAppdistroV1alphaRelease({String? buildVersion, String? displayVersion, String? distributedAt, String? id, String? instanceId, String? lastActivityAt, int? openInvitationCount, String? receivedAt, String? releaseNotesSummary, int? testerCount, int? testerWithInstallCount})
GoogleFirebaseAppdistroV1alphaRelease.fromJson(Map _json)

Properties

buildVersion String?
Release build version
getter/setter pair
displayVersion String?
Release version
getter/setter pair
distributedAt String?
Timestamp when the release was created
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Release Id
getter/setter pair
instanceId String?
Instance id of the release
getter/setter pair
lastActivityAt String?
Last activity timestamp
getter/setter pair
openInvitationCount int?
Number of testers who have open invitations for the release
getter/setter pair
receivedAt String?
unused
getter/setter pair
releaseNotesSummary String?
Release notes summary
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testerCount int?
Count of testers added to the release
getter/setter pair
testerWithInstallCount int?
Number of testers who have installed the release
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited