View Source ExNylas.ContactGroup (ExNylas v0.9.0)

A struct representing a contact group.

Nylas docs

Summary

Types

@type t() :: %ExNylas.ContactGroup{
  grant_id: String.t() | nil,
  group_type: (:system | :user | :other) | nil,
  id: String.t() | nil,
  name: String.t() | nil,
  object: String.t() | nil,
  path: String.t() | nil
}