InventoryOsInfo constructor

InventoryOsInfo({
  1. String? architecture,
  2. String? hostname,
  3. String? kernelRelease,
  4. String? kernelVersion,
  5. String? longName,
  6. String? osconfigAgentVersion,
  7. String? shortName,
  8. String? version,
})

Implementation

InventoryOsInfo({
  this.architecture,
  this.hostname,
  this.kernelRelease,
  this.kernelVersion,
  this.longName,
  this.osconfigAgentVersion,
  this.shortName,
  this.version,
});