Instance constructor

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

Implementation

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