listFormat property
The listFormat
indicates the format of collection data in request
query parameters and x-www-url-encoded
body data.
Possible values defined in ListFormat are csv
, ssv
, tsv
, pipes
, multi
, multiCompatible
.
The default value is multi
.
The value can be overridden per parameter by adding a MultiParam
object to the query or body data map.
Implementation
late ListFormat listFormat;