Link¶ class technote.metadata.model.Link(*, url, title=None)¶ Bases: object A link to a webpage. Parameters: url (str) title (str | None, default: None) Attributes Summary title The title of the webpage. Attributes Documentation title: str | None = None¶ The title of the webpage.