vendorParams property

Map<String, Object?> vendorParams
final

Defines vendor-specific parameters that are used to influence the request. For example, some vendors might utilize environment variables, configuration files on disk, or other means to influence the serialization formats used by clients or servers.

If a vendorParamsShape is set, these parameters MUST be compatible with that shape's definition.

Implementation

final Map<String, Object?> vendorParams;