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] |
require 'connect_wise'
instance = ConnectWise::AgreementSite.new(
id: null,
company: null,
site: null,
agreement_id: null,
_info: null,
custom_fields: null
)