Procore.Model.RestV10BimPlansGet200ResponseInner (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.RestV10BimPlansGet200ResponseInner{
  bim_level_id: integer() | nil,
  created_at: DateTime.t() | nil,
  drawing_id: integer() | nil,
  id: integer() | nil,
  image: Procore.Model.RestV10BimPlansGet200ResponseInnerAllOfImage.t() | 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,
  thumbnail:
    Procore.Model.RestV10BimPlansGet200ResponseInnerAllOfThumbnail.t() | nil,
  title: String.t() | nil,
  updated_at: DateTime.t() | nil
}

Functions