SapDiscoveryResourceInstancePropertiesDiskMount constructor

SapDiscoveryResourceInstancePropertiesDiskMount({
  1. List<String>? diskNames,
  2. String? mountPoint,
  3. String? name,
})

Implementation

SapDiscoveryResourceInstancePropertiesDiskMount({
  this.diskNames,
  this.mountPoint,
  this.name,
});