StructuredName#

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

Bases: object

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

Parameters:
  • family (str) –

  • given (str) –

Attributes Summary

plain_text_name

The name in plain text.

Attributes Documentation

plain_text_name#

The name in plain text.