pydo.types.batches package
Module contents
- class pydo.types.batches.BatchFileCreateResponse
Bases:
DotDictTyped response for
batch_file_create_responseschema.- expires_at: Optional[str]
- file_id: str
- upload_url: str
- class pydo.types.batches.BatchListResponse
Bases:
DotDictTyped response for
batch_list_responseschema.- data: List[Any]
- first_id: Optional[str]
- has_more: bool
- last_id: Optional[str]
- object: str