03_external_file - fasteiner/Notion GitHub Wiki

File: External_file

API Reference

classDiagram
    class notion_external_file_structure {
        [string] $url
        ConvertFromObject()
    }

    class notion_external_file {
        [notion_external_file_structure] $external
        ConvertFromObject()
    }
    `notion_file` --|> `notion_external_file`:inherits
    `notion_external_file_structure` <.. `notion_external_file`:uses

Related Classes