01_Rich_Text - fasteiner/Notion GitHub Wiki
Rich_text
classDiagram
class rich_text {
[notion_rich_text_type] $type
[notion_annotation] $annotations
[string] $plain_text = $null
$href = $null
ConvertFromObject()
}