benchling_api_client.models.entry_by_id module

class EntryById

Bases: object

__init__(entry: Union[benchling_api_client.types.Unset, Entry] = attr_dict['_entry'].default) None

Method generated by attrs for class EntryById.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
property entry: Entry

Entries are notes that users can take. They’re organized by “days” (which are user-configurable) and modeled within each day as a list of “notes.” Each note has a type - the simplest is a “text” type, but lists, tables, and external files are also supported.

Note: the current Entry resource has a few limitations: - Formatting information is not yet supported. Header formatting, bolding, and other stylistic information is not presented. - Data in tables is presented as text always - numeric values will need to be parsed into floats or integers, as appropriate.

Note: Data in Results tables are not accessible through this API call. Results table data can be called through the Results API calls.

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.entry_by_id.T
get(key, default=None) Optional[Any]
to_dict() Dict[str, Any]