benchling_api_client.models.printer module

class Printer

Bases: object

__init__(address: Union[benchling_api_client.types.Unset, str] = attr_dict['_address'].default, description: Union[benchling_api_client.types.Unset, None, str] = attr_dict['_description'].default, id: Union[benchling_api_client.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.types.Unset, str] = attr_dict['_name'].default, port: Union[benchling_api_client.types.Unset, None, int] = attr_dict['_port'].default, registry_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_registry_id'].default) None

Method generated by attrs for class Printer.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
property address: str

Web address of the printer (either IP address or URL).

property description: Optional[str]

Short description of the printer.

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.printer.T
get(key, default=None) Optional[Any]
property id: str

ID of the printer.

property name: str

Name of the printer.

property port: Optional[int]

Port to reach the printer at.

property registry_id: str

ID of the registry associated with this printer.

to_dict() Dict[str, Any]