Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1009 Bytes

ContactTrack.md

File metadata and controls

38 lines (32 loc) · 1009 Bytes

ConnectWise::ContactTrack

Properties

Name Type Description Notes
id Integer [optional]
track_id Integer [optional]
name String [optional]
start_date String [optional]
end_date String [optional]
action_taken Integer [optional]
action_remaining Integer [optional]
started_by String [optional]
company CompanyReference [optional]
contact ContactReference [optional]
_info Hash<String, String> [optional]

Example

require 'connect_wise'

instance = ConnectWise::ContactTrack.new(
  id: null,
  track_id: null,
  name: null,
  start_date: null,
  end_date: null,
  action_taken: null,
  action_remaining: null,
  started_by: null,
  company: null,
  contact: null,
  _info: null
)