Skip to content

01_user

fasteiner edited this page May 18, 2025 · 1 revision

User

API Reference

classDiagram
    class notion_user {
        [string]$object = "user"
        [string]$id
        [string]$type
        [string]$name
        [string]$avatar_url
        [bool] Equals([object]$other)
        ConvertFromObject()
    }

    `notion_user` --|> `notion_people_user`:inherits
    `notion_user` --|> `notion_bot_user`:inherits
    `System.IComparable` --|> `notion_user`:inherits
    `System.IEquatable` --|> `notion_user`:inherits
Loading

Related Classes

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally