benchling_api_client.models.print_labels module

class PrintLabels

Bases: object

__init__(container_ids: List[str], label_template_id: str, printer_id: str) None

Method generated by attrs for class PrintLabels.

property container_ids: List[str]

List of IDs of containers that will have labels printed (one label will be printed per container).

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.print_labels.T
property label_template_id: str

ID of label template to use (same template will be used for all labels printed).

property printer_id: str

ID of printer to use (same printer will be used for all labels printed).

to_dict() Dict[str, Any]