08_pp_files - fasteiner/Notion GitHub Wiki

PageProperty: Files

API Reference

classDiagram
    class notion_files_page_property {
        [notion_page_property_type]$type = [notion_page_property_type]::files
        [notion_file[]] $files
        ConvertFromObject()
    }
    `PagePropertiesBase` --|> `notion_files_page_property`:inherits

Related Classes