Server constructor
Server({
- String? accessType,
- String? createTime,
- String? displayName,
- ExternalServerConfig? externalConfig,
- ServerCredential? googleManagedServerCredential,
- InternalServerConfig? internalConfig,
- Map<
String, String> ? labels, - String? name,
- String? serviceAgent,
- String? state,
- String? updateTime,
Implementation
Server({
this.accessType,
this.createTime,
this.displayName,
this.externalConfig,
this.googleManagedServerCredential,
this.internalConfig,
this.labels,
this.name,
this.serviceAgent,
this.state,
this.updateTime,
});