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