mantlebio.types.response.list_reponse module#
- class mantlebio.types.response.list_reponse.ListResponse(items=None)[source]#
Bases:
Generic[T]A generic class for handling list responses from the Mantle API
- _get_item_type()[source]#
- Return type:
Type[TypeVar(T, bound=ResponseItem)]