benchling_api_client.models.automation_input_generator_update module

class AutomationInputGeneratorUpdate

Bases: object

__init__(file_id: Union[benchling_api_client.types.Unset, None, str] = attr_dict['_file_id'].default) None

Method generated by attrs for class AutomationInputGeneratorUpdate.

property file_id: Optional[str]

The ID of the file (blob) associated with the input generator. Set to null to remove an existing file from the generator.

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.automation_input_generator_update.T
to_dict() Dict[str, Any]