benchling_api_client.models.event_base module¶
- class EventBase¶
Bases:
object
- __init__(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 EventBase.
- property excluded_properties: List[str]¶
These properties have been dropped from the payload due to size.
- property schema: Optional[EventBaseSchema]¶