InstantSnapshot constructor

InstantSnapshot({
  1. String? architecture,
  2. String? creationTimestamp,
  3. String? description,
  4. String? diskSizeGb,
  5. String? id,
  6. String? kind,
  7. String? labelFingerprint,
  8. Map<String, String>? labels,
  9. String? name,
  10. String? region,
  11. InstantSnapshotResourceStatus? resourceStatus,
  12. bool? satisfiesPzi,
  13. bool? satisfiesPzs,
  14. String? selfLink,
  15. String? selfLinkWithId,
  16. String? sourceDisk,
  17. String? sourceDiskId,
  18. String? status,
  19. String? zone,
})

Implementation

InstantSnapshot({
  this.architecture,
  this.creationTimestamp,
  this.description,
  this.diskSizeGb,
  this.id,
  this.kind,
  this.labelFingerprint,
  this.labels,
  this.name,
  this.region,
  this.resourceStatus,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.selfLink,
  this.selfLinkWithId,
  this.sourceDisk,
  this.sourceDiskId,
  this.status,
  this.zone,
});