AllocationSpecificSkureservation constructor

AllocationSpecificSkureservation({
  1. int? assuredCount,
  2. int? count,
  3. int? inUseCount,
  4. AllocationSpecificSkuallocationReservedInstanceProperties? instanceProperties,
  5. String? sourceInstanceTemplate,
})

Implementation

AllocationSpecificSkureservation({
  this.assuredCount,
  this.count,
  this.inUseCount,
  this.instanceProperties,
  this.sourceInstanceTemplate,
}) : super(fullyQualifiedName);