CreateSnapshotRequest constructor

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

Implementation

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