NotifyWhenUploadedOutput constructor

NotifyWhenUploadedOutput({
  1. String? fileShareARN,
  2. String? notificationId,
})

Implementation

NotifyWhenUploadedOutput({
  this.fileShareARN,
  this.notificationId,
});