ExNylas.Folder.Build (ExNylas v0.11.0)

Copy Markdown View Source

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

Nylas docs

Summary

Types

t()

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