GoogleFirebaseAppdistroV1Release constructor

GoogleFirebaseAppdistroV1Release({
  1. int? acceptedInvitationCount,
  2. String? androidPackageRegistrationState,
  3. String? binaryDownloadUri,
  4. String? binaryType,
  5. String? buildVersion,
  6. String? createTime,
  7. String? displayVersion,
  8. String? expireTime,
  9. int? feedbackCount,
  10. String? firebaseConsoleUri,
  11. int? installationCount,
  12. String? name,
  13. int? openInvitationCount,
  14. GoogleFirebaseAppdistroV1ReleaseNotes? releaseNotes,
  15. String? testState,
  16. String? testingUri,
  17. 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,
});