FederationUser

class pydelfini.delfini_core.models.federation_user.FederationUser(followers=Unset, following=Unset, inbox=Unset, likes=Unset, outbox=Unset, preferred_username=Unset, type=Unset)[source]

Bases: object

FederationUser model

Parameters:
followers
Type:

Union[Unset, str]

following
Type:

Union[Unset, str]

inbox
Type:

Union[Unset, str]

likes
Type:

Union[Unset, str]

outbox
Type:

Union[Unset, str]

preferred_username
Type:

Union[Unset, str]

type
Type:

Union[Unset, FederationUserType]

Attributes

followers

following

inbox

likes

outbox

preferred_username

type

additional_properties

additional_keys

classmethod from_dict(src_dict)[source]

Create an instance of FederationUser from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]