LicenseResourceCommitment constructor

LicenseResourceCommitment({
  1. int? amount,
  2. String? coresPerLicense,
  3. String? license,
})

Implementation

LicenseResourceCommitment({this.amount, this.coresPerLicense, this.license})
  : super(fullyQualifiedName);