SapDiscoveryWorkloadPropertiesSoftwareComponentProperties constructor

SapDiscoveryWorkloadPropertiesSoftwareComponentProperties({
  1. String? extVersion,
  2. String? name,
  3. String? type,
  4. String? version,
})

Implementation

SapDiscoveryWorkloadPropertiesSoftwareComponentProperties({
  this.extVersion,
  this.name,
  this.type,
  this.version,
});