Skip to content

03_external_file

fasteiner edited this page May 18, 2025 · 1 revision

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
Loading

Related Classes

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally