Highlights¶
- class pydelfini.delfini_core.models.highlights.Highlights(metadata, name, description=Unset, tags=Unset)[source]¶
Bases:
object
Highlights model
- Parameters:
- metadata¶
- Type:
- name¶
A sequence of strings. The odd-numbered zero-based indices should be highlighted.
- Type:
List[str]
- description¶
A sequence of strings. The odd-numbered zero-based indices should be highlighted.
Attributes
- classmethod from_dict(src_dict)[source]¶
Create an instance of
Highlights
from a dict