View Source ExNylas.Folder.Build (ExNylas v0.9.0)

Helper module for validating a folder before creating/updating it.

Nylas docs

Summary

Types

@type t() :: %ExNylas.Folder.Build{
  background_color: String.t() | nil,
  name: String.t(),
  parent_id: String.t() | nil,
  text_color: String.t() | nil
}