NodeType constructor

NodeType({
  1. String? cpuPlatform,
  2. String? creationTimestamp,
  3. DeprecationStatus? deprecated,
  4. String? description,
  5. int? guestCpus,
  6. String? id,
  7. String? kind,
  8. int? localSsdGb,
  9. int? memoryMb,
  10. String? name,
  11. String? selfLink,
  12. String? zone,
})

Implementation

NodeType({
  this.cpuPlatform,
  this.creationTimestamp,
  this.deprecated,
  this.description,
  this.guestCpus,
  this.id,
  this.kind,
  this.localSsdGb,
  this.memoryMb,
  this.name,
  this.selfLink,
  this.zone,
});