Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 836 Bytes

MultipartFormFieldRequest.md

File metadata and controls

13 lines (10 loc) · 836 Bytes

# MultipartFormFieldRequest

Properties

Name Type Description Notes
name string The name of the form field
data string The data for the form field.
encoding EncodingEnum The encoding of the value of `data`. Defaults to `RAW` if not defined. * `RAW` - RAW * `BASE64` - BASE64 * `GZIP_BASE64` - GZIP_BASE64 [optional]
file_name string The file name of the form field, if the field is for a file. [optional]
content_type string The MIME type of the file, if the field is for a file. [optional]

[Back to Model list] [Back to API list] [Back to README]