GoogleFirebaseApptestersV1alphaRelease class

A representation of an app release

Constructors

GoogleFirebaseApptestersV1alphaRelease({String? apkHash, String? binaryType, String? buildVersion, String? codeHash, String? displayVersion, String? distributionMissingReason, String? downloadUrl, bool? enterprise, String? expirationTime, String? fileSize, String? iasArtifactId, bool? latest, String? name, String? releaseNotes, String? releaseTime})
GoogleFirebaseApptestersV1alphaRelease.fromJson(Map _json)

Properties

apkHash String?
Computationally-efficient hash of an apk.
getter/setter pair
binaryType String?
Type of binary Possible string values are:
getter/setter pair
buildVersion String?
versionCode on Android, CFBundleVersion on iOS (e.g. "456")
getter/setter pair
codeHash String?
Hash of binary on Android, modified hash excluding app metadata (e.g. provisioning profile) on iOS.
getter/setter pair
displayVersion String?
versionName on Android, CFBundleShortVersionString on iOS (e.g. "1.2.3")
getter/setter pair
distributionMissingReason String?
Reason (if any) why the release is missing a distribution for this device Possible string values are:
getter/setter pair
downloadUrl String?
Short-lived download URL
getter/setter pair
enterprise bool?
Whether or not this is an enterprise release (vs.
getter/setter pair
expirationTime String?
The time at which this Release will expire
getter/setter pair
fileSize String?
App binary file size
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iasArtifactId String?
IAS artifact id This value is inserted into the manifest of APK's installed via IAS in the com.android.vending.internal.apk.id metadata field Used to map a release to an APK installed via an app bundle
getter/setter pair
latest bool?
Whether or not this is the latest release that the tester has been added to
getter/setter pair
name String?
The name of the release Format: devices/{device}/testerApps/{tester_app}/releases/{release}
getter/setter pair
releaseNotes String?
Release notes
getter/setter pair
releaseTime String?
Timestamp when the initial invitation(s) were sent for the release
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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