SapDiscoveryResourceInstancePropertiesKernelVersionVersion constructor

SapDiscoveryResourceInstancePropertiesKernelVersionVersion({
  1. int? build,
  2. int? major,
  3. int? minor,
  4. int? patch,
  5. String? remainder,
})

Implementation

SapDiscoveryResourceInstancePropertiesKernelVersionVersion({
  this.build,
  this.major,
  this.minor,
  this.patch,
  this.remainder,
});