DataElementDefinition

class pydelfini.delfini_core.models.data_element_definition.DataElementDefinition(definition_type, text, other_type=Unset, source=Unset)[source]

Bases: object

A single definition applicable to this data element.

Parameters:
definition_type
Type:

DataElementDefinitionDefinitionType

text
Type:

str

other_type
Type:

Union[Unset, str]

source
Type:

Union[Unset, str]

Attributes

definition_type

text

other_type

source

classmethod from_dict(src_dict)[source]

Create an instance of DataElementDefinition from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]