typedConfig property
The typed config for the extension.
The type URL will be used to identify the extension. In the case that the
type URL is xds.type.v3.TypedStruct (or, for historical reasons,
udpa.type.v1.TypedStruct), the inner type URL of TypedStruct will be
utilized. See the :ref:extension configuration overview for further
details.
The values for Object must be JSON objects. It can consist of num,
String, bool and null as well as Map and List values.
Implementation
core.Map<core.String, core.Object?>? typedConfig;