Snapshot constructor

Snapshot({
  1. String? creationTime,
  2. String? description,
  3. String? diskSizeBytes,
  4. String? id,
  5. String? projectId,
  6. List<PubsubSnapshotMetadata>? pubsubMetadata,
  7. String? region,
  8. String? sourceJobId,
  9. String? state,
  10. String? ttl,
})

Implementation

Snapshot({
  this.creationTime,
  this.description,
  this.diskSizeBytes,
  this.id,
  this.projectId,
  this.pubsubMetadata,
  this.region,
  this.sourceJobId,
  this.state,
  this.ttl,
});