benchling_api_client.models.rna_oligos_archival_change module¶
- class RnaOligosArchivalChange¶
Bases:
object
IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of RNA Oligos along with any IDs of batches that were archived / unarchived.
- __init__(batch_ids: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_batch_ids'].default, rna_oligo_ids: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_rna_oligo_ids'].default) None ¶
Method generated by attrs for class RnaOligosArchivalChange.