Procore.Model.RestV10ProjectsProjectIdDailyConstructionReportLogsPostRequest1DailyConstructionReportLog (procore_sdk v0.3.0)

Summary

Types

@type t() ::
  %Procore.Model.RestV10ProjectsProjectIdDailyConstructionReportLogsPostRequest1DailyConstructionReportLog{
    apprentice_hours: String.t() | nil,
    "custom_field_%{custom_field_definition_id}":
      Procore.Model.WorkOrderContractCustomFieldCustomFieldDefinitionId.t()
      | nil,
    date: Date.t() | nil,
    datetime: DateTime.t() | nil,
    first_year_hours: String.t() | nil,
    foreman_hours: String.t() | nil,
    journeyman_hours: String.t() | nil,
    local_city_hours: String.t() | nil,
    local_county_hours: String.t() | nil,
    minority_hours: String.t() | nil,
    notes: String.t() | nil,
    number_of_apprentice_workers: integer() | nil,
    number_of_foreman_workers: integer() | nil,
    number_of_journeyman_workers: integer() | nil,
    number_of_other_workers: integer() | nil,
    other_hours: String.t() | nil,
    trade_id: integer(),
    vendor_id: integer(),
    veteran_hours: String.t() | nil,
    women_hours: String.t() | nil
  }

Functions