DiskSnapshot constructor

DiskSnapshot({
  1. String? arn,
  2. DateTime? createdAt,
  3. String? fromDiskArn,
  4. String? fromDiskName,
  5. String? fromInstanceArn,
  6. String? fromInstanceName,
  7. bool? isFromAutoSnapshot,
  8. ResourceLocation? location,
  9. String? name,
  10. String? progress,
  11. ResourceType? resourceType,
  12. int? sizeInGb,
  13. DiskSnapshotState? state,
  14. String? supportCode,
  15. List<Tag>? tags,
})

Implementation

DiskSnapshot({
  this.arn,
  this.createdAt,
  this.fromDiskArn,
  this.fromDiskName,
  this.fromInstanceArn,
  this.fromInstanceName,
  this.isFromAutoSnapshot,
  this.location,
  this.name,
  this.progress,
  this.resourceType,
  this.sizeInGb,
  this.state,
  this.supportCode,
  this.tags,
});