Procore.Model.RfiBody1RfiQuestion (procore_sdk v0.3.0)

The Question of the RFI

Summary

Types

@type t() :: %Procore.Model.RfiBody1RfiQuestion{
  attachment_ids: [integer()] | nil,
  attachments: [String.t()] | nil,
  body: String.t(),
  document_management_document_revision_ids: [String.t()] | nil,
  drawing_revision_ids: [integer()] | nil,
  file_version_ids: [integer()] | nil,
  form_ids: [integer()] | nil,
  image_ids: [integer()] | nil,
  upload_ids: [String.t()] | nil
}

Functions