Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 715 Bytes

MultiFormVariableBinaryDto.md

File metadata and controls

12 lines (7 loc) · 715 Bytes

MultiFormVariableBinaryDto

Properties

Name Type Description Notes
data Option<std::path::PathBuf> The binary data to be set. For File variables, this multipart can contain the filename, binary value and MIME type of the file variable to be set Only the filename is mandatory. [optional]
value_type Option<String> The name of the variable type. Either Bytes for a byte array variable or File for a file variable. [optional]

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