View Source ExPipedrive.ActivityType (ex_pipedrive v0.1.0)
This module and enclosed struct represent a activity type in pipedrive.
Summary
Types
@type key_string() :: binary()
@type t() :: %ExPipedrive.ActivityType{ active_flag: boolean(), add_time: NaiveDateTime.t(), id: pos_integer(), is_custom_flag: boolean(), key_string: key_string(), name: String.t(), update_time: NaiveDateTime.t() }