UnknownTypeReference

data class UnknownTypeReference(val type: String) : Reference

This type is returned when a reference of a type unknown to this library is returned by the Notion API.

Constructors

Link copied to clipboard
constructor(type: String)

Properties

Link copied to clipboard

The raw type string returned by the API.