A struct representing an email participant.
@type t() :: %ExNylas.EmailParticipant{ email: String.t() | nil, name: String.t() | nil }