OntapSource constructor

OntapSource({
  1. String? snapshotUuid,
  2. String? storagePool,
  3. String? volumeUuid,
})

Implementation

OntapSource({this.snapshotUuid, this.storagePool, this.volumeUuid});