Server constructor

Server({
  1. String? accessType,
  2. String? createTime,
  3. String? displayName,
  4. ExternalServerConfig? externalConfig,
  5. ServerCredential? googleManagedServerCredential,
  6. InternalServerConfig? internalConfig,
  7. Map<String, String>? labels,
  8. String? name,
  9. String? serviceAgent,
  10. String? state,
  11. 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,
});