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