BaseAPIResponse(
self,
*,
raw: httpx.Response,
cast_to: type[R],
client: BaseClient| Name | Type |
|---|---|
| raw | httpx.Response |
| cast_to | type[R] |
| client | BaseClient[Any, Any] |
| stream | bool |
| stream_cls | type[Stream[Any]] | type[AsyncStream[Any]] | None |
| options | FinalRequestOptions |
| retries_taken | int |