pydo.types.batches package

Module contents

class pydo.types.batches.BatchFileCreateResponse

Bases: DotDict

Typed response for batch_file_create_response schema.

expires_at: Optional[str]
file_id: str
upload_url: str
class pydo.types.batches.BatchListResponse

Bases: DotDict

Typed response for batch_list_response schema.

data: List[Any]
first_id: Optional[str]
has_more: bool
last_id: Optional[str]
object: str
class pydo.types.batches.BatchResultsResponse

Bases: DotDict

Typed response for batch_results_response schema.

batch_id: str
error_file_url: Optional[str]
expires_at: Optional[str]
output_file_url: Optional[str]
result_available: bool
class pydo.types.batches.Error

Bases: DotDict

Typed response for error schema.

id: str
message: str
request_id: str