Snapshot constructor

Snapshot({
  1. String? createTime,
  2. String? description,
  3. String? filesystemUsedBytes,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? state,
})

Implementation

Snapshot({
  this.createTime,
  this.description,
  this.filesystemUsedBytes,
  this.labels,
  this.name,
  this.state,
});