Procore.Model.Resource (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.Resource{
  company_id: integer() | nil,
  deleted_at: DateTime.t() | nil,
  id: integer() | nil,
  name: String.t() | nil,
  project_id: integer() | nil,
  schedule_attributes: %{optional(String.t()) => String.t()} | nil,
  source_uid: String.t() | nil
}

Functions