BumperCrop.TimeEntry.UserAssignment (bumper_crop v0.3.0)

This struct represents a TimeEntry.UserAssignment in Harvest

Link to this section Summary

Link to this section Types

@type t() :: %BumperCrop.TimeEntry.UserAssignment{
  budget: Decimal.t() | nil,
  created_at: Decimal.t() | nil,
  hourly_rate: Decimal.t() | nil,
  id: integer() | nil,
  is_active: boolean() | nil,
  is_project_manager: boolean() | nil,
  updated_at: Decimal.t() | nil,
  use_default_rates: boolean() | nil
}

Link to this section Functions