InstantSnapshotGroup constructor

InstantSnapshotGroup({
  1. String? creationTimestamp,
  2. String? description,
  3. String? id,
  4. String? kind,
  5. String? name,
  6. String? region,
  7. InstantSnapshotGroupResourceStatus? resourceStatus,
  8. String? selfLink,
  9. String? selfLinkWithId,
  10. String? sourceConsistencyGroup,
  11. String? status,
  12. String? zone,
})

Implementation

InstantSnapshotGroup({
  this.creationTimestamp,
  this.description,
  this.id,
  this.kind,
  this.name,
  this.region,
  this.resourceStatus,
  this.selfLink,
  this.selfLinkWithId,
  this.sourceConsistencyGroup,
  this.status,
  this.zone,
});