Name | Type | Description | Notes |
---|---|---|---|
id | Integer | [optional] | |
name | String | [optional] | |
solution | String | [optional] | |
management_it_setup_type | String | [optional] | |
_info | Hash<String, String> | [optional] |
require 'connect_wise'
instance = ConnectWise::ManagedDevicesIntegrationInfo.new(
id: null,
name: null,
solution: null,
management_it_setup_type: null,
_info: null
)