benchling_api_client.models.register_entities module

class RegisterEntities

Bases: object

__init__(entity_ids: List[str], naming_strategy: NamingStrategy) None

Method generated by attrs for class RegisterEntities.

property entity_ids: List[str]

Array of entity IDs

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.register_entities.T
property naming_strategy: NamingStrategy

Specifies the behavior for automatically generated names when registering an entity. - NEW_IDS: Generate new registry IDs - IDS_FROM_NAMES: Generate registry IDs based on entity names - DELETE_NAMES: Generate new registry IDs and replace name with registry ID - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template - KEEP_NAMES: Keep existing entity names as registry IDs - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template

to_dict() Dict[str, Any]