InstanceSnapshot constructor

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

Implementation

InstanceSnapshot({
  this.arn,
  this.createdAt,
  this.fromAttachedDisks,
  this.fromBlueprintId,
  this.fromBundleId,
  this.fromInstanceArn,
  this.fromInstanceName,
  this.isFromAutoSnapshot,
  this.location,
  this.name,
  this.progress,
  this.resourceType,
  this.sizeInGb,
  this.state,
  this.supportCode,
  this.tags,
});