data property

dynamic data
getter/setter pair

Request data, can be any type.

When using x-www-url-encoded body data, List values use the default ListFormat.multi.

The value can be overridden per value by adding a MultiParam object wrapping the actual List value and the desired format.

Implementation

dynamic data;