Base file
BaseFile
¶
A class representing a file with its associated binary data.
Attributes:
Name | Type | Description |
---|---|---|
file_name |
str
|
The name of the file. |
data_bytes |
bytes
|
The binary content of the file. |
data |
str
|
The base64 encoded string of the file's binary content. |