SearchCollectionsResponse

class pydelfini.delfini_core.models.search_collections_response.SearchCollectionsResponse(hits, metadata_terms, pagination, search_terms)[source]

Bases: object

SearchCollectionsResponse model

Parameters:
hits
Type:

List[‘SearchCollectionsResponseHitsItem’]

metadata_terms
Type:

Termset

pagination
Type:

Pagination

search_terms
Type:

Termset

Attributes

hits

metadata_terms

pagination

search_terms

classmethod from_dict(src_dict)[source]

Create an instance of SearchCollectionsResponse from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]