DescribeUploadBufferOutput constructor

DescribeUploadBufferOutput({
  1. List<String>? diskIds,
  2. String? gatewayARN,
  3. int? uploadBufferAllocatedInBytes,
  4. int? uploadBufferUsedInBytes,
})

Implementation

DescribeUploadBufferOutput({
  this.diskIds,
  this.gatewayARN,
  this.uploadBufferAllocatedInBytes,
  this.uploadBufferUsedInBytes,
});