Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 3.05 KB

MultipartFormDataInput.md

File metadata and controls

66 lines (50 loc) · 3.05 KB

icasdk.model.multipart_form_data_input.MultipartFormDataInput

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

Key Input Type Accessed Type Description Notes
formDataMap dict, frozendict.frozendict, frozendict.frozendict, [optional]
formData dict, frozendict.frozendict, frozendict.frozendict, [optional]
parts list, tuple, tuple, [optional]
preamble str, str, [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

formDataMap

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

Key Input Type Accessed Type Description Notes
any_string_name list, tuple, tuple, any string name can be used but the value must be the correct type [optional]

any_string_name

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple,

Tuple Items

Class Name Input Type Accessed Type Description Notes
InputPart InputPart InputPart

formData

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

Key Input Type Accessed Type Description Notes
any_string_name InputPart InputPart any string name can be used but the value must be the correct type [optional]

parts

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple,

Tuple Items

Class Name Input Type Accessed Type Description Notes
InputPart InputPart InputPart

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