GoogleFirebaseAppdistroV1Release class
A release of a Firebase app.
Constructors
- GoogleFirebaseAppdistroV1Release({int? acceptedInvitationCount, String? androidPackageRegistrationState, String? binaryDownloadUri, String? binaryType, String? buildVersion, String? createTime, String? displayVersion, String? expireTime, int? feedbackCount, String? firebaseConsoleUri, int? installationCount, String? name, int? openInvitationCount, GoogleFirebaseAppdistroV1ReleaseNotes? releaseNotes, String? testState, String? testingUri, String? updateTime})
- GoogleFirebaseAppdistroV1Release.fromJson(Map json_)
Properties
- acceptedInvitationCount ↔ int?
-
Number of testers with accepted invitations.
getter/setter pair
- androidPackageRegistrationState ↔ String?
-
Registration state of the Android package (BinaryType.APK).
getter/setter pair
- binaryDownloadUri ↔ String?
-
A signed link (which expires in one hour) to directly download the app
binary (IPA/APK/AAB) file.
getter/setter pair
- binaryType ↔ String?
-
Type of binary.
getter/setter pair
- buildVersion ↔ String?
-
Build version of the release.
getter/setter pair
- createTime ↔ String?
-
The time the release was created.
getter/setter pair
- displayVersion ↔ String?
-
Display version of the release.
getter/setter pair
- expireTime ↔ String?
-
The time the release will expire.
getter/setter pair
- feedbackCount ↔ int?
-
Number of feedback reports left by testers.
getter/setter pair
- firebaseConsoleUri ↔ String?
-
A link to the Firebase console displaying a single release.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- installationCount ↔ int?
-
Number of testers who have downloaded this release.
getter/setter pair
- name ↔ String?
-
The name of the release resource.
getter/setter pair
- openInvitationCount ↔ int?
-
Number of testers who were invited (incl.
getter/setter pair
- releaseNotes ↔ GoogleFirebaseAppdistroV1ReleaseNotes?
-
Notes about the release.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- testingUri ↔ String?
-
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.
getter/setter pair
- testState ↔ String?
-
The overall state of tests run on this release
getter/setter pair
- updateTime ↔ String?
-
The time the release was last updated.
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