Object representing a file used in a request or response context
| 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 | string | The source of the File |