View Source ExPipedrive.User (ex_pipedrive v0.1.0)
This module represents a user in pipedrive.
Summary
Types
@type t() :: %ExPipedrive.User{ active_flag: boolean(), email: String.t(), id: pos_integer() | nil, name: String.t() | nil }
This module represents a user in pipedrive.
@type t() :: %ExPipedrive.User{ active_flag: boolean(), email: String.t(), id: pos_integer() | nil, name: String.t() | nil }