-
Notifications
You must be signed in to change notification settings - Fork 1
01_Database
fasteiner edited this page May 18, 2025
·
1 revision
classDiagram
class notion_database {
[string] $object = "database"
[string] $id
[string] $created_time
[notion_user] $created_by
[string] $last_edited_time
[notion_user] $last_edited_by
[rich_text[]] $title
[rich_text[]] $description
[notion_icon] $icon
[notion_file] $cover
[notion_databaseproperties]$properties
[notion_parent]$parent
[string] $url
[boolean] $archived
[boolean] $in_trash
[boolean] $is_inline
[string] $public_url
ConvertFromObject()
}
Home
Module-FAQ
SetupOfIntegration
Commands
- Connect-Notion
- ConvertTo-NotionObject
- Disconnect-Notion
- Invoke-NotionApiCall
- Block
- Add-NotionBlockToPage
- Get-NotionBlock
- Get-NotionBlockChildren
- New-NotionBlock
- Remove-NotionBlock
- Update-NotionBlock
- _RichText
- Bookmark
- Breadcrumb
- BulletedListItem
- Callout
- ChildDatabase
- Code
- Column
- ColumnList
- Divider
- Embed
- Equation
- File
- Heading
- Image
- LinkPreview
- NumberedListItem
- Paragraph
- Quote
- Synced
- Table
- TableOfContents
- TableRow
- ToDo
- Toggle
- Video
- Database
- Emoji
- File
- Page
- Parent
- User
Classes
- Block
- Comment
- Database
- Database
- DatabaseProperties
- Emoji
- File
- General
- Page
- page
- page_reference
- PageProperties
- Parent
- Unfurl attribute
- User
Enums
- notion_color
- icontype
- Block
- blocktype
- RichText
- rich_text_type
- rich_text_mention_type
- Type
- MentionType
- DatabaseProperties
- File
- PageProperties
- Parent
- Properties
- User