DataElementPermissibleValuesTextRangeTextRange

class pydelfini.delfini_core.models.data_element_permissible_values_text_range_text_range.DataElementPermissibleValuesTextRangeTextRange(max_length=Unset, meaning=Unset, min_length=Unset, regex=Unset)[source]

Bases: object

Controls on the textual domain of the data.

Parameters:
max_length
Type:

Union[Unset, int]

meaning

A description of this range’s meaning.

Type:

Union[Unset, str]

min_length
Type:

Union[Unset, int]

regex

An optional regular expression that validates the data.

Type:

Union[Unset, str]

Attributes

max_length

meaning

min_length

regex

classmethod from_dict(src_dict)[source]

Create an instance of DataElementPermissibleValuesTextRangeTextRange from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]