ExNylas.RoomResource (ExNylas v0.11.0)

Copy Markdown View Source

Structs for Nylas room resources.

Nylas docs

Summary

Types

t()

@type t() :: %ExNylas.RoomResource{
  building: String.t() | nil,
  capacity: integer() | nil,
  email: String.t() | nil,
  floor_name: String.t() | nil,
  floor_number: integer() | nil,
  floor_section: String.t() | nil,
  grant_id: String.t() | nil,
  object: String.t() | nil
}