SearchDictionariesInverseResultQueriesItem

class pydelfini.delfini_core.models.search_dictionaries_inverse_result_queries_item.SearchDictionariesInverseResultQueriesItem(index, query, rank, validates=Unset)[source]

Bases: object

SearchDictionariesInverseResultQueriesItem model

Parameters:
index
Type:

int

query
Type:

str

rank
Type:

float

validates
Type:

Union[Unset, bool]

Attributes

index

query

rank

validates

classmethod from_dict(src_dict)[source]

Create an instance of SearchDictionariesInverseResultQueriesItem from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]