BumperCrop.TimeEntry.Project (bumper_crop v0.2.0)

This struct represents a TimeEntry.Project in Harvest

Link to this section Summary

Link to this section Types

@type t() :: %BumperCrop.TimeEntry.Project{
  code: String.t() | nil,
  id: integer() | nil,
  name: String.t() | nil
}

Link to this section Functions