Procore.Model.ChecklistItemResponsePayload (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.ChecklistItemResponsePayload{
  date_value: Date.t() | nil,
  number_value: integer() | nil,
  response_option:
    Procore.Model.ChecklistItemResponsePayloadResponseOption.t() | nil,
  text_value: String.t() | nil
}

Functions