Procore.Model.Body121BimPlanOneOf1 (procore_sdk v0.1.3)

BIM Plan

Summary

Types

@type t() :: %Procore.Model.Body121BimPlanOneOf1{
  bim_level_id: integer(),
  drawing_id: integer() | nil,
  model_map_end:
    Procore.Model.RestV10BimPlansGet200ResponseInnerAllOfModelMapStart.t() | nil,
  model_map_start:
    Procore.Model.RestV10BimPlansGet200ResponseInnerAllOfModelMapStart.t() | nil,
  sheet_map_end:
    Procore.Model.RestV10BimPlansGet200ResponseInnerAllOfSheetMapStart.t() | nil,
  sheet_map_start:
    Procore.Model.RestV10BimPlansGet200ResponseInnerAllOfSheetMapStart.t() | nil,
  upload_uuid: String.t() | nil
}

Functions