Procore.Model.RestV10ProjectsProjectIdQuantityLogsPostRequestQuantityLog (procore_sdk v0.3.0)

Summary

Types

@type t() ::
  %Procore.Model.RestV10ProjectsProjectIdQuantityLogsPostRequestQuantityLog{
    cost_code_id: integer() | nil,
    date: Date.t() | nil,
    description: String.t() | nil,
    location_id: integer() | nil,
    mt_location: [String.t()] | nil,
    quantity: integer() | nil,
    unit: String.t() | nil
  }

Functions