Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 504 Bytes

File metadata and controls

24 lines (18 loc) · 504 Bytes

ConnectWise::NotificationRecipientReference

Properties

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

Example

require 'connect_wise'

instance = ConnectWise::NotificationRecipientReference.new(
  id: null,
  identifier: null,
  name: null,
  _info: null
)