Skip to content

02_notion_hosted_file

fasteiner edited this page May 18, 2025 · 1 revision

File: Notion_hosted_file

API Reference

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

    class notion_hosted_file {
        [notion_hosted_file_structure]$file
        ConvertFromObject()
    }
    `notion_file` --|> `notion_hosted_file`:inherits
    `notion_hosted_file_structure` <.. `notion_hosted_file`:uses
Loading

Related Classes

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally