GenericXdsConfig constructor

GenericXdsConfig({
  1. String? clientStatus,
  2. String? configStatus,
  3. UpdateFailureState? errorState,
  4. bool? isStaticResource,
  5. String? lastUpdated,
  6. String? name,
  7. String? typeUrl,
  8. String? versionInfo,
  9. Map<String, Object?>? xdsConfig,
})

Implementation

GenericXdsConfig({
  this.clientStatus,
  this.configStatus,
  this.errorState,
  this.isStaticResource,
  this.lastUpdated,
  this.name,
  this.typeUrl,
  this.versionInfo,
  this.xdsConfig,
});