GoogleFirebaseApptestersV1alphaRelease constructor
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,
Implementation
GoogleFirebaseApptestersV1alphaRelease({
this.apkHash,
this.binaryType,
this.buildVersion,
this.codeHash,
this.displayVersion,
this.distributionMissingReason,
this.downloadUrl,
this.enterprise,
this.expirationTime,
this.fileSize,
this.iasArtifactId,
this.latest,
this.name,
this.releaseNotes,
this.releaseTime,
});