benchling_api_client.models.entry_updated_fields_event module¶
- class EntryUpdatedFieldsEvent¶
Bases:
object
- __init__(entry: Union[benchling_api_client.types.Unset, Entry] = attr_dict['_entry'].default, event_type: Union[benchling_api_client.types.Unset, EntryUpdatedFieldsEventEventType] = attr_dict['_event_type'].default, updates: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_updates'].default, created_at: Union[benchling_api_client.types.Unset, datetime] = attr_dict['_created_at'].default, deprecated: Union[benchling_api_client.types.Unset, bool] = attr_dict['_deprecated'].default, excluded_properties: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_excluded_properties'].default, id: Union[benchling_api_client.types.Unset, str] = attr_dict['_id'].default, schema: Union[benchling_api_client.types.Unset, None, EventBaseSchema] = attr_dict['_schema'].default) None ¶
Method generated by attrs for class EntryUpdatedFieldsEvent.
- 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.
- property event_type: EntryUpdatedFieldsEventEventType¶
- property excluded_properties: List[str]¶
These properties have been dropped from the payload due to size.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.entry_updated_fields_event.T ¶
- property schema: Optional[EventBaseSchema]¶