View Source ExNylas.Folder (ExNylas v0.9.0)

A struct representing a folder.

Nylas docs

Summary

Types

@type t() :: %ExNylas.Folder{
  attributes: [String.t()] | nil,
  background_color: String.t() | nil,
  child_count: non_neg_integer() | nil,
  grant_id: String.t() | nil,
  id: String.t() | nil,
  name: String.t() | nil,
  object: String.t() | nil,
  parent_id: String.t() | nil,
  system_folder: boolean() | nil,
  text_color: String.t() | nil,
  total_count: non_neg_integer() | nil,
  unread_count: non_neg_integer() | nil
}