Notionex.Object (notionex v0.1.0)

Summary

Types

@type t() :: %{
  object: binary(),
  id: binary(),
  created_time: binary(),
  created_by: Notionex.Object.User.t(),
  last_edited_time: binary(),
  last_edited_by: Notionex.Object.User.t(),
  archived: boolean()
}

Functions

Link to this function

default_properties()