19_pp_select - fasteiner/Notion GitHub Wiki

PageProperty: Select

API Reference

classDiagram
    class notion_select_page_property {
        [notion_select] $select
        ConvertFromObject()
    }
    `PagePropertiesBase` --|> `notion_select_page_property`:inherits

Related Classes