CollectionsDictionariesListBundlesResponse200

class pydelfini.delfini_core.models.collections_dictionaries_list_bundles_response_200.CollectionsDictionariesListBundlesResponse200(bundles, pagination)[source]

Bases: object

CollectionsDictionariesListBundlesResponse200 model

Parameters:
bundles
Type:

List[‘Bundle’]

pagination
Type:

Pagination

Attributes

bundles

pagination

classmethod from_dict(src_dict)[source]

Create an instance of CollectionsDictionariesListBundlesResponse200 from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]