Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 909 Bytes

PackageFileUpload.md

File metadata and controls

14 lines (10 loc) · 909 Bytes

PackageFileUpload

Properties

Name Type Description Notes
Identifier string The identifier for the file to use when creating packages [optional] [default to null]
UploadFields interface{} The dictionary of fields that must be sent with POST uploads [optional] [default to null]
UploadHeaders interface{} The dictionary of headers that must be sent with uploads [optional] [default to null]
UploadQuerystring string The querystring to use for the next-step POST or PUT upload [optional] [default to null]
UploadUrl string The URL to use for the next-step POST or PUT upload [optional] [default to null]

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