SapDiscoveryResourceInstancePropertiesDiskMount constructor

SapDiscoveryResourceInstancePropertiesDiskMount({
  1. String? mountPoint,
  2. String? name,
})

Implementation

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