Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 326 Bytes

EntityTypeInfo.md

File metadata and controls

20 lines (14 loc) · 326 Bytes

ConnectWise::EntityTypeInfo

Properties

Name Type Description Notes
id Integer [optional]
name String [optional]

Example

require 'connect_wise'

instance = ConnectWise::EntityTypeInfo.new(
  id: null,
  name: null
)