Procore.Model.ItemResponse (procore_sdk v0.3.0)

Item Response object

Summary

Types

@type t() :: %Procore.Model.ItemResponse{
  date_value: Date.t() | nil,
  number_value: integer() | nil,
  response_option_id: integer() | nil,
  status: String.t() | nil,
  text_value: String.t() | nil
}

Functions