StructuredName#

class technote.metadata.model.StructuredName(*, family, given)#

Bases: object

The domain model for a structured name (e.g. a person’s name).

Parameters:

Attributes Summary

family

The person's family names (last name in western culture).

given

The person's given name (first name in western culture).

plain_text_name

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.