Skip to content

Latest commit

 

History

History
54 lines (48 loc) · 1.64 KB

ActivityStopwatch.md

File metadata and controls

54 lines (48 loc) · 1.64 KB

ConnectWise::ActivityStopwatch

Properties

Name Type Description Notes
activity_id Integer
status String
_info Hash<String, String> [optional]
activity_mobile_guid String [optional]
agreement AgreementReference [optional]
billable_option String [optional]
business_unit_id Integer [optional]
date_entered Time [optional]
end_time Time [optional]
id Integer [optional]
internal_notes String [optional]
location_id Integer [optional]
member MemberReference [optional]
mobile_guid String [optional]
notes String Max length: 4000; [optional]
start_time Time [optional]
total_pause_time Integer [optional]
work_role WorkRoleReference [optional]
work_type WorkTypeReference [optional]

Example

require 'connect_wise'

instance = ConnectWise::ActivityStopwatch.new(
  activity_id: null,
  status: null,
  _info: null,
  activity_mobile_guid: null,
  agreement: null,
  billable_option: null,
  business_unit_id: null,
  date_entered: null,
  end_time: null,
  id: null,
  internal_notes: null,
  location_id: null,
  member: null,
  mobile_guid: null,
  notes: null,
  start_time: null,
  total_pause_time: null,
  work_role: null,
  work_type: null
)