benchling_api_client.models.entry_link module¶
- class EntryLink¶
Bases:
object
Links are contained within notes to reference resources that live outside of the entry. A link can target an external resource via an http(s):// hyperlink or a Benchling resource via @-mentions and drag-n-drop.
- __init__(id: Union[benchling_api_client.types.Unset, str] = attr_dict['_id'].default, type: Union[benchling_api_client.types.Unset, EntryLinkType] = attr_dict['_type'].default, web_url: Union[benchling_api_client.types.Unset, None, str] = attr_dict['_web_url'].default) None ¶
Method generated by attrs for class EntryLink.
- property id: str¶
For linked Benchling resources, this will be the ID of that resource (e.g., ‘seq_RhYGVnHF’). Omitted for “link” types.
- property type: EntryLinkType¶
The type of resource being linked. For hyperlinks: ‘link’. For linked Benchling resources, one of: ‘user’, ‘request’, ‘entry’, ‘stage_entry’, ‘protocol’, ‘workflow’, ‘custom_entity’, ‘aa_sequence’, ‘dna_sequence’, ‘batch’, ‘box’, ‘container’, ‘location’, ‘plate’.