Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 475 Bytes

CategoryInfo.md

File metadata and controls

24 lines (18 loc) · 475 Bytes

ConnectWise::CategoryInfo

Properties

Name Type Description Notes
id Integer [optional]
name String [optional]
inactive_flag Boolean [optional]
_info Hash<String, String> [optional]

Example

require 'connect_wise'

instance = ConnectWise::CategoryInfo.new(
  id: null,
  name: null,
  inactive_flag: null,
  _info: null
)