CreateSnapshotRequest constructor

CreateSnapshotRequest({
  1. Map<String, String>? labels,
  2. String? subscription,
  3. Map<String, String>? tags,
})

Implementation

CreateSnapshotRequest({this.labels, this.subscription, this.tags});