GoogleFirebaseAppdistroV1Release constructor
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,
Implementation
GoogleFirebaseAppdistroV1Release({
this.acceptedInvitationCount,
this.androidPackageRegistrationState,
this.binaryDownloadUri,
this.binaryType,
this.buildVersion,
this.createTime,
this.displayVersion,
this.expireTime,
this.feedbackCount,
this.firebaseConsoleUri,
this.installationCount,
this.name,
this.openInvitationCount,
this.releaseNotes,
this.testState,
this.testingUri,
this.updateTime,
});