23_pp_unique_id - fasteiner/Notion GitHub Wiki
PageProperty: Unique_id
classDiagram
class notion_unique_id {
[int] $number
[string] $prefix = $null
ConvertFromObject()
}
class notion_unique_id_page_property {
[notion_unique_id] $unique_id
ConvertFromObject()
}
`PagePropertiesBase` --|> `notion_unique_id_page_property`:inherits
`notion_unique_id_page_property` ..> `notion_unique_id`:uses