VolumeInfo constructor

VolumeInfo({
  1. String? gatewayARN,
  2. String? gatewayId,
  3. String? volumeARN,
  4. String? volumeAttachmentStatus,
  5. String? volumeId,
  6. int? volumeSizeInBytes,
  7. String? volumeType,
})

Implementation

VolumeInfo({
  this.gatewayARN,
  this.gatewayId,
  this.volumeARN,
  this.volumeAttachmentStatus,
  this.volumeId,
  this.volumeSizeInBytes,
  this.volumeType,
});