xdsConfig property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<PerXdsConfig>? xdsConfig
getter/setter pair

This field is deprecated in favor of generic_xds_configs which is much simpler and uniform in structure.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<PerXdsConfig>? xdsConfig;