Procore.Model.RestV10ProjectsProjectIdWasteLogsPostRequestWasteLog (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.RestV10ProjectsProjectIdWasteLogsPostRequestWasteLog{
  approximate_quantity: integer() | nil,
  date: Date.t() | nil,
  datetime: DateTime.t() | nil,
  description: String.t() | nil,
  disposal_location: String.t() | nil,
  material: String.t() | nil,
  method_of_disposal: String.t() | nil,
  time_hour: integer(),
  time_minute: integer(),
  vendor_id: integer() | nil
}

Functions