FederationCollection

class pydelfini.delfini_core.models.federation_collection.FederationCollection(followers=Unset, inbox=Unset, likes=Unset, outbox=Unset, type=Unset)[source]

Bases: object

FederationCollection model

Parameters:
followers
Type:

Union[Unset, str]

inbox
Type:

Union[Unset, str]

likes
Type:

Union[Unset, str]

outbox
Type:

Union[Unset, str]

type
Type:

Union[Unset, FederationCollectionType]

Attributes

followers

inbox

likes

outbox

type

additional_properties

additional_keys

classmethod from_dict(src_dict)[source]

Create an instance of FederationCollection from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]