Workstation constructor
Workstation({
- Map<
String, String> ? annotations, - String? createTime,
- String? deleteTime,
- String? displayName,
- Map<
String, String> ? env, - String? etag,
- String? host,
- String? kmsKey,
- Map<
String, String> ? labels, - String? name,
- bool? reconciling,
- RuntimeHost? runtimeHost,
- String? sourceWorkstation,
- String? startTime,
- String? state,
- String? uid,
- String? updateTime,
Implementation
Workstation({
this.annotations,
this.createTime,
this.deleteTime,
this.displayName,
this.env,
this.etag,
this.host,
this.kmsKey,
this.labels,
this.name,
this.reconciling,
this.runtimeHost,
this.sourceWorkstation,
this.startTime,
this.state,
this.uid,
this.updateTime,
});