Procore.Model.RestV10ProjectsProjectIdNotesLogsPostRequestNotesLog (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.RestV10ProjectsProjectIdNotesLogsPostRequestNotesLog{
  comment: String.t() | nil,
  "custom_field_%{custom_field_definition_id}":
    Procore.Model.WorkOrderContractCustomFieldCustomFieldDefinitionId.t() | nil,
  daily_log_header_id: integer() | nil,
  date: Date.t() | nil,
  datetime: DateTime.t() | nil,
  is_issue_day: boolean() | nil,
  location_id: integer() | nil,
  mt_location: [String.t()] | nil
}

Functions