OrderedDictionary

class pydelfini.delfini_core.models.ordered_dictionary.OrderedDictionary(entries, pagination)[source]

Bases: object

OrderedDictionary model

Parameters:
entries
Type:

List[Union[‘DataElement’, ‘DataElementBundle’]]

pagination
Type:

Pagination

Attributes

entries

pagination

classmethod from_dict(src_dict)[source]

Create an instance of OrderedDictionary from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]