Skip to main content
The Python SDK and docs are currently in beta. Report issues on GitHub.

Supported Types

str

value: str = /* values here */

float

value: float = /* values here */

List[Nullable[Any]]

value: List[Nullable[Any]] = /* values here */