MetaData# class caf.ntem.structure.MetaData(**kwargs)[source]# Bases: Base Metadata table for the database. Attributes id scenario share_type_id version Methods __init__(**kwargs) A simple constructor that allows initialization from kwargs. Attributes Documentation id: Mapped[int]# scenario: Mapped[str]# share_type_id: Mapped[int | None]# version: Mapped[str]#