class documentation

class AuthorName(BaseModel):

View In Hierarchy

Model for an author name.

Class Variable family Undocumented
Class Variable given Undocumented
Class Variable orcid Undocumented
Property full_name Return the full name of the author.
Property short_name Return the short name of the author.
family: str =

Undocumented

given: str =

Undocumented

orcid: str | None =

Undocumented

@property
full_name: str =

Return the full name of the author.

@property
short_name: str =

Return the short name of the author.