params property

Map<String, Object?> params
final

Defines the input parameters used to generate the HTTP request. These parameters MUST be compatible with the input of the operation.

Parameter values that contain binary data MUST be defined using values that can be represented in plain text (for example, use "foo" and not "Zm9vCg=="). While this limits the kinds of binary values that can be tested in protocol tests, it allows protocol tests to demonstrate the requirement of many protocols that binary data is automatically base64 encoded and decoded.

Implementation

final Map<String, Object?> params;