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
.
Implementation
ListFormat? listFormat;