Skip to content

Files

Latest commit

56d0c3d · Jan 31, 2023

History

History
28 lines (22 loc) · 717 Bytes

AgreementSite.md

File metadata and controls

28 lines (22 loc) · 717 Bytes

ConnectWise::AgreementSite

Properties

Name Type Description Notes
id Integer [optional]
company CompanyReference [optional]
site SiteReference [optional]
agreement_id Integer [optional]
_info Hash<String, String> [optional]
custom_fields Array<CustomFieldValue> [optional]

Example

require 'connect_wise'

instance = ConnectWise::AgreementSite.new(
  id: null,
  company: null,
  site: null,
  agreement_id: null,
  _info: null,
  custom_fields: null
)