HealthSourcesGetHealthResponseSourceInfo constructor

HealthSourcesGetHealthResponseSourceInfo({
  1. List<HealthSourcesGetHealthResponseSourceInfoBackendInfo>? backends,
  2. String? forwardingRule,
  3. String? source,
})

Implementation

HealthSourcesGetHealthResponseSourceInfo({
  this.backends,
  this.forwardingRule,
  this.source,
});