Instance constructor
Instance({
- String? createTime,
- HostConfig? hostConfig,
- String? kmsKey,
- Map<
String, String> ? labels, - String? name,
- PrivateConfig? privateConfig,
- String? state,
- String? stateNote,
- String? updateTime,
- WorkforceIdentityFederationConfig? workforceIdentityFederationConfig,
Implementation
Instance({
this.createTime,
this.hostConfig,
this.kmsKey,
this.labels,
this.name,
this.privateConfig,
this.state,
this.stateNote,
this.updateTime,
this.workforceIdentityFederationConfig,
});