SnapshotJobRequest constructor

SnapshotJobRequest({
  1. String? description,
  2. String? location,
  3. bool? snapshotSources,
  4. String? ttl,
})

Implementation

SnapshotJobRequest({
  this.description,
  this.location,
  this.snapshotSources,
  this.ttl,
});