00_pp_base - fasteiner/Notion GitHub Wiki

PageProperty: Base

API Reference

classDiagram
    class PagePropertiesBase {
        [string] $id
        [notion_page_property_type] $type
        ConvertFromObject()
    }