benchling_api_client.models.naming_strategy module

class NamingStrategy

Bases: benchling_api_client.extensions.Enums.KnownString

An enumeration.

DELETE_NAMES = 'DELETE_NAMES'
IDS_FROM_NAMES = 'IDS_FROM_NAMES'
KEEP_NAMES = 'KEEP_NAMES'
NEW_IDS = 'NEW_IDS'
REPLACE_ID_AND_NAME_FROM_PARTS = 'REPLACE_ID_AND_NAME_FROM_PARTS'
REPLACE_NAMES_FROM_PARTS = 'REPLACE_NAMES_FROM_PARTS'
SET_FROM_NAME_PARTS = 'SET_FROM_NAME_PARTS'
static of_unknown(val: str) NamingStrategy