Procore.Model.DrawingSet (procore_sdk v0.3.0)

Drawing Set

Summary

Types

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

Functions