View Source Notionex.Object (notionex v0.3.1)

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(),
  in_trash: boolean()
}

Functions