benchling_api_client.models.automation_output_processors_archive module

class AutomationOutputProcessorsArchive

Bases: object

__init__(automation_output_processor_ids: List[str], reason: Union[benchling_api_client.types.Unset, AutomationOutputProcessorsArchiveReason] = attr_dict['_reason'].default) None

Method generated by attrs for class AutomationOutputProcessorsArchive.

property automation_output_processor_ids: List[str]

Array of automation output processor IDs

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.automation_output_processors_archive.T
property reason: AutomationOutputProcessorsArchiveReason

The reason that the output processors are being archived. Accepted reasons may differ based on tenant configuration.

to_dict() Dict[str, Any]