Instance constructor
Instance({
- AutoscalingConfig? autoscalingConfig,
- String? config,
- String? createTime,
- String? displayName,
- List<
String> ? endpointUris, - FreeInstanceMetadata? freeInstanceMetadata,
- String? instanceType,
- Map<
String, String> ? labels, - String? name,
- int? nodeCount,
- int? processingUnits,
- String? state,
- 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,
});