22_pp_url - fasteiner/Notion GitHub Wiki

PageProperty: Url

API Reference

classDiagram
    class notion_url_page_property {
        [string] $url
        ConvertFromObject()
    }
    `PagePropertiesBase` --|> `notion_url_page_property`:inherits

Related Classes