Name | Type | Description | Notes |
---|---|---|---|
sync_time | String | ||
id | Integer | [optional] | |
time_zone | TimeZoneSetupReference | [optional] | |
_info | Hash<String, String> | [optional] |
require 'connect_wise'
instance = ConnectWise::AutoSyncTime.new(
sync_time: null,
id: null,
time_zone: null,
_info: null
)