SapDiscoveryComponentApplicationProperties constructor

SapDiscoveryComponentApplicationProperties({
  1. bool? abap,
  2. String? appInstanceNumber,
  3. String? applicationType,
  4. String? ascsInstanceNumber,
  5. String? ascsUri,
  6. String? ersInstanceNumber,
  7. String? kernelVersion,
  8. String? nfsUri,
})

Implementation

SapDiscoveryComponentApplicationProperties({
  this.abap,
  this.appInstanceNumber,
  this.applicationType,
  this.ascsInstanceNumber,
  this.ascsUri,
  this.ersInstanceNumber,
  this.kernelVersion,
  this.nfsUri,
});