Procore.Model.RestV10ProjectsProjectIdPunchItemAssignmentsIdGet200Response (procore_sdk v0.3.0)

Summary

Types

@type t() ::
  %Procore.Model.RestV10ProjectsProjectIdPunchItemAssignmentsIdGet200Response{
    approved: boolean() | nil,
    attachments:
      [
        Procore.Model.RestV10WorkOrderContractsPost201ResponseAttachmentsInner.t()
      ]
      | nil,
    comment: String.t() | nil,
    id: integer() | nil,
    login_information:
      Procore.Model.RestV10ProjectsProjectIdPunchItemAssignmentsIdGet200ResponseLoginInformation.t()
      | nil,
    login_information_id: integer() | nil,
    login_information_name: String.t() | nil,
    manager_accepted_at: String.t() | nil,
    name: String.t() | nil,
    notified_at: String.t() | nil,
    responded_at: String.t() | nil,
    status: String.t() | nil,
    updated_at: String.t() | nil,
    user_name: String.t() | nil,
    vendor:
      Procore.Model.RestV10ProjectsProjectIdPunchItemAssignmentsIdGet200ResponseVendor.t()
      | nil
  }

Functions