Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.09 KB

BoardType.md

File metadata and controls

38 lines (32 loc) · 1.09 KB

ConnectWise::BoardType

Properties

Name Type Description Notes
name String Max length: 50;
id Integer [optional]
category String [optional]
default_flag Boolean [optional]
inactive_flag Boolean [optional]
request_for_change_flag Boolean [optional]
integration_xref String Max length: 50; [optional]
board BoardReference [optional]
location SystemLocationReference [optional]
department SystemDepartmentReference [optional]
_info Hash<String, String> [optional]

Example

require 'connect_wise'

instance = ConnectWise::BoardType.new(
  name: null,
  id: null,
  category: null,
  default_flag: null,
  inactive_flag: null,
  request_for_change_flag: null,
  integration_xref: null,
  board: null,
  location: null,
  department: null,
  _info: null
)