Class File (0.2.0)

File(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A lightweight description of a file. .. attribute:: path

The file path (full or relative path). This is typically the path of the file when it is uploaded.

:type: str

Attribute

NameDescription
contents bytes
The bytes that constitute the file.