Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 636 Bytes

CommonFile.md

File metadata and controls

26 lines (14 loc) · 636 Bytes

CommonFile

Object representing a file used in a request or response context

Properties

Name Type Description Notes
sFileName String The name of the file
sFileUrl String The URL used to reach the File [optional]
sFileBase64 byte[] The Base64 encoded binary content of the File [optional]
eFileSource EFileSourceEnum The source of the File

Enum: EFileSourceEnum

Name Value
BASE64 "Base64"
URL "Url"