UnknownTypePropertySpec

Represents a property specification of an unknown type in a Notion database. This interface is used when the Notion API returns a property type that is not yet supported by this library.

Unknown type properties are preserved in the database but may not have full functionality in this library. The type field can be used to identify the actual property type for debugging or future implementation.

See also

Properties

Link copied to clipboard
abstract val id: String

The ID of the property, usually a short string of random letters and symbols. Some automatically generated property types have special human-readable IDs. For example, all Title properties have an ID of title.

Link copied to clipboard
abstract val name: String

The name of the property as it appears in Notion.

Link copied to clipboard
abstract val type: String?