SearchCollectionsResponseHitsItemItemsItem

class pydelfini.delfini_core.models.search_collections_response_hits_item_items_item.SearchCollectionsResponseHitsItemItemsItem(highlights, id, name, path, type, version_id)[source]

Bases: object

SearchCollectionsResponseHitsItemItemsItem model

Parameters:
highlights
Type:

Highlights

id
Type:

str

name
Type:

str

path
Type:

str

type
Type:

ItemType

version_id
Type:

str

Attributes

highlights

id

name

path

type

version_id

classmethod from_dict(src_dict)[source]

Create an instance of SearchCollectionsResponseHitsItemItemsItem from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]