requestBody property

RequestBody? get requestBody
inherited

The request body of the operation.

Implementation

List<Parameter> get parameters;/// The request body of the operation.
RequestBody? get requestBody;