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