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