StructuredName#
- class technote.metadata.model.StructuredName(*, family, given)#
Bases:
objectThe domain model for a structured name (e.g. a person’s name).
Attributes Summary
The person's family names (last name in western culture).
The person's given name (first name in western culture).
The name in plain text.
Attributes Documentation
- family: str = <dataclasses._MISSING_TYPE object>#
The person’s family names (last name in western culture).
- given: str = <dataclasses._MISSING_TYPE object>#
The person’s given name (first name in western culture).
- plain_text_name#
The name in plain text.