InstantSnapshot constructor
InstantSnapshot({
- String? architecture,
- String? creationTimestamp,
- String? description,
- String? diskSizeGb,
- String? id,
- String? kind,
- String? labelFingerprint,
- Map<
String, String> ? labels, - String? name,
- String? region,
- InstantSnapshotResourceStatus? resourceStatus,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? selfLink,
- String? selfLinkWithId,
- String? sourceDisk,
- String? sourceDiskId,
- String? status,
- 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,
});