benchling_api_client.api.containers.print_labels module

async asyncio(*, client: Client, json_body: PrintLabels) Optional[Union[EmptyObject, BadRequestError]]

Print labels

async asyncio_detailed(*, client: Client, json_body: PrintLabels) Response[Union[EmptyObject, BadRequestError]]
sync(*, client: Client, json_body: PrintLabels) Optional[Union[EmptyObject, BadRequestError]]

Print labels

sync_detailed(*, client: Client, json_body: PrintLabels) Response[Union[EmptyObject, BadRequestError]]