Procore.Model.Summary (procore_sdk v0.3.0)

Vendor Summary View

Summary

Types

@type t() :: %Procore.Model.Summary{
  active_users_count: integer() | nil,
  bids_count: integer() | nil,
  business_id: integer() | nil,
  company_vendor: boolean() | nil,
  id: integer() | nil,
  is_connected: boolean() | nil,
  name: String.t() | nil,
  open_bids_count: integer() | nil,
  projects_count: integer() | nil,
  synced_to_erp: boolean() | nil
}

Functions