Procore.Model.DrawingSet1 (procore_sdk v0.3.0)

Drawing Set

Summary

Types

@type t() :: %Procore.Model.DrawingSet1{
  created_at: DateTime.t() | nil,
  date: Date.t() | nil,
  drawing_revisions_count: integer() | nil,
  id: integer() | nil,
  name: String.t() | nil,
  position: integer() | nil,
  project_id: integer() | nil,
  updated_at: DateTime.t() | nil
}

Functions