Federation constructor

Federation({
  1. Map<String, BackendMetastore>? backendMetastores,
  2. String? createTime,
  3. String? endpointUri,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? state,
  7. String? stateMessage,
  8. String? uid,
  9. String? updateTime,
  10. String? version,
})

Implementation

Federation({
  this.backendMetastores,
  this.createTime,
  this.endpointUri,
  this.labels,
  this.name,
  this.state,
  this.stateMessage,
  this.uid,
  this.updateTime,
  this.version,
});