SapDiscoveryMetadata constructor

SapDiscoveryMetadata({
  1. String? customerRegion,
  2. String? definedSystem,
  3. String? environmentType,
  4. String? sapProduct,
})

Implementation

SapDiscoveryMetadata({
  this.customerRegion,
  this.definedSystem,
  this.environmentType,
  this.sapProduct,
});