FileShareInfo constructor

FileShareInfo({
  1. String? fileShareARN,
  2. String? fileShareId,
  3. String? fileShareStatus,
  4. FileShareType? fileShareType,
  5. String? gatewayARN,
})

Implementation

FileShareInfo({
  this.fileShareARN,
  this.fileShareId,
  this.fileShareStatus,
  this.fileShareType,
  this.gatewayARN,
});