FederationCollectionPage

class pydelfini.delfini_core.models.federation_collection_page.FederationCollectionPage(current=Unset, first=Unset, last=Unset, next_=Unset, ordered_items=Unset, prev=Unset, total_items=Unset, type=Unset)[source]

Bases: object

FederationCollectionPage model

Parameters:
current
Type:

Union[Unset, str]

first
Type:

Union[Unset, str]

last
Type:

Union[Unset, str]

next_
Type:

Union[Unset, str]

ordered_items
Type:

Union[Unset, List[Union[‘FederationAddressOrObjectType2’, List[str], str]]]

prev
Type:

Union[Unset, str]

total_items
Type:

Union[Unset, int]

type
Type:

Union[Unset, FederationCollectionPageType]

Attributes

current

first

last

next_

ordered_items

prev

total_items

type

additional_properties

additional_keys

classmethod from_dict(src_dict)[source]

Create an instance of FederationCollectionPage from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]