Procore.Model.ToDo1 (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.ToDo1{
  assignment:
    Procore.Model.RestV10ProjectsProjectIdWorkLogsGet200ResponseInnerCreatedBy.t()
    | nil,
  color: String.t() | nil,
  created_by:
    Procore.Model.RestV10ProjectsProjectIdWorkLogsGet200ResponseInnerCreatedBy.t()
    | nil,
  description: String.t() | nil,
  finish_datetime: DateTime.t() | nil,
  full_outline_path: String.t() | nil,
  id: integer() | nil,
  milestone: boolean() | nil,
  name: String.t() | nil,
  percentage: integer() | nil,
  private: boolean() | nil,
  start_datetime: DateTime.t() | nil,
  task_name: String.t() | nil,
  updated_at: DateTime.t() | nil
}

Functions