Metadata
Metadata class to store meta information of a record
amsdal_utils.models.data_models.metadata.Metadata ¶
Bases: BaseModel
is_latest
property
¶
is_latest
Flag to indicate if the object/record is the latest version.
Returns: bool: True if the object/record is the latest version, False otherwise.
reference_to
property
¶
reference_to
The list of references to other objects/records.
Returns: list[Reference]: The list of references to other objects/records.
referenced_by
property
¶
referenced_by
The list of references from other objects/records.
Returns: list[Reference]: The list of references from other objects/records.