Instance constructor

Instance({
  1. String? createTime,
  2. HostConfig? hostConfig,
  3. String? kmsKey,
  4. Map<String, String>? labels,
  5. String? name,
  6. PrivateConfig? privateConfig,
  7. String? state,
  8. String? stateNote,
  9. String? updateTime,
  10. WorkforceIdentityFederationConfig? workforceIdentityFederationConfig,
})

Implementation

Instance({
  this.createTime,
  this.hostConfig,
  this.kmsKey,
  this.labels,
  this.name,
  this.privateConfig,
  this.state,
  this.stateNote,
  this.updateTime,
  this.workforceIdentityFederationConfig,
});