ManagementServer constructor

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

Implementation

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