Instance constructor

Instance({
  1. String? config,
  2. String? createTime,
  3. String? displayName,
  4. List<String>? endpointUris,
  5. FreeInstanceMetadata? freeInstanceMetadata,
  6. String? instanceType,
  7. Map<String, String>? labels,
  8. String? name,
  9. int? nodeCount,
  10. int? processingUnits,
  11. String? state,
  12. String? updateTime,
})

Implementation

Instance({
  this.config,
  this.createTime,
  this.displayName,
  this.endpointUris,
  this.freeInstanceMetadata,
  this.instanceType,
  this.labels,
  this.name,
  this.nodeCount,
  this.processingUnits,
  this.state,
  this.updateTime,
});