SearchSearchDictionariesBody

class pydelfini.delfini_core.models.search_search_dictionaries_body.SearchSearchDictionariesBody(options, query, source)[source]

Bases: object

SearchSearchDictionariesBody model

Parameters:
options
Type:

SearchSearchDictionariesBodyOptions

query
Type:

str

source
Type:

str

Attributes

options

query

source

classmethod from_dict(src_dict)[source]

Create an instance of SearchSearchDictionariesBody from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]