SearchCollectionsResponseHitsItemDataElementsItem

class pydelfini.delfini_core.models.search_collections_response_hits_item_data_elements_item.SearchCollectionsResponseHitsItemDataElementsItem(highlights, id, url, version)[source]

Bases: object

SearchCollectionsResponseHitsItemDataElementsItem model

Parameters:
highlights
Type:

Highlights

id
Type:

str

url
Type:

str

version
Type:

str

Attributes

highlights

id

url

version

classmethod from_dict(src_dict)[source]

Create an instance of SearchCollectionsResponseHitsItemDataElementsItem from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]