Procore.Model.RestV10CoordinationIssuesGet200ResponseInnerAllOfLinkedProcoreItemsInnerAllOfItemData (procore_sdk v0.3.0)

This field shows data specific to the associated item. If item type is RFI, it will contain attribute subject, number, and has_official_response

Summary

Types

@type t() ::
  %Procore.Model.RestV10CoordinationIssuesGet200ResponseInnerAllOfLinkedProcoreItemsInnerAllOfItemData{
    has_official_response: boolean() | nil,
    number: String.t() | nil,
    subject: String.t() | nil
  }

Functions