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

Helper module for building an email participant.

Summary

Types

@type t() :: %ExNylas.EmailParticipant.Build{
  email: String.t(),
  name: String.t() | nil
}

Functions

Link to this function

changeset(struct, params \\ %{})

View Source