ManagementServer constructor

ManagementServer({
  1. String? createTime,
  2. String? description,
  3. String? etag,
  4. Map<String, String>? labels,
  5. ManagementURI? managementUri,
  6. String? name,
  7. List<NetworkConfig>? networks,
  8. String? oauth2ClientId,
  9. String? state,
  10. String? type,
  11. String? updateTime,
  12. WorkforceIdentityBasedManagementURI? workforceIdentityBasedManagementUri,
  13. WorkforceIdentityBasedOAuth2ClientID? workforceIdentityBasedOauth2ClientId,
})

Implementation

ManagementServer({
  this.createTime,
  this.description,
  this.etag,
  this.labels,
  this.managementUri,
  this.name,
  this.networks,
  this.oauth2ClientId,
  this.state,
  this.type,
  this.updateTime,
  this.workforceIdentityBasedManagementUri,
  this.workforceIdentityBasedOauth2ClientId,
});