SearchDictionariesByItemInverseResponse

class pydelfini.delfini_core.models.search_dictionaries_by_item_inverse_response.SearchDictionariesByItemInverseResponse(results)[source]

Bases: object

SearchDictionariesByItemInverseResponse model

Parameters:

results (List[SearchDictionariesInverseResult])

results
Type:

List[‘SearchDictionariesInverseResult’]

Attributes

results

classmethod from_dict(src_dict)[source]

Create an instance of SearchDictionariesByItemInverseResponse from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]