Procore.Model.RestV10ProjectsProjectIdRfisPost201ResponseAllOfQuestionsInner (procore_sdk v0.3.0)

Summary

Types

@type t() ::
  %Procore.Model.RestV10ProjectsProjectIdRfisPost201ResponseAllOfQuestionsInner{
    answers:
      [
        Procore.Model.RestV10ProjectsProjectIdRfisPost201ResponseAllOfQuestionsInnerAnswersInner.t()
      ]
      | nil,
    attachments:
      [
        Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet200ResponseInnerAttachmentsInner.t()
      ]
      | nil,
    created_by: String.t() | nil,
    id: integer() | nil,
    plain_text_body: String.t() | nil,
    question_date: DateTime.t() | nil,
    rich_text_body: String.t() | nil
  }

Functions