DictionarySearchOptions

class pydelfini.delfini_core.models.dictionary_search_options.DictionarySearchOptions(source, options=Unset)[source]

Bases: object

DictionarySearchOptions model

Parameters:
source
Type:

str

options
Type:

Union[Unset, DictionarySearchOptionsOptions]

Attributes

source

options

classmethod from_dict(src_dict)[source]

Create an instance of DictionarySearchOptions from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]