BumperCrop.User (bumper_crop v0.2.0)

This struct represents a User in Harvest user resource calls

Link to this section Summary

Link to this section Types

@type t() :: %BumperCrop.User{
  access_roles: [String.t()] | nil,
  avatar_url: String.t() | nil,
  cost_rate: Decimal.t() | nil,
  created_at: DateTime.t() | nil,
  default_hourly_rate: Decimal.t() | nil,
  email: String.t() | nil,
  first_name: String.t() | nil,
  has_access_to_all_future_projects: boolean() | nil,
  id: integer() | nil,
  is_active: boolean() | nil,
  is_contractor: boolean() | nil,
  last_name: String.t() | nil,
  roles: [String.t()] | nil,
  telephone: String.t() | nil,
  timezone: String.t() | nil,
  updated_at: DateTime.t() | nil,
  weekly_capacity: integer() | nil
}

Link to this section Functions