LicenseResourceRequirements constructor

LicenseResourceRequirements({
  1. int? minGuestCpuCount,
  2. int? minMemoryMb,
})

Implementation

LicenseResourceRequirements({this.minGuestCpuCount, this.minMemoryMb});