Name | Type | Description | Notes |
---|---|---|---|
url | string | The link to the current resource | [optional] |
id | int | The BoardMembership's Id | [optional] |
person | \Membercare\Client\Model\Person | [optional] | |
description | string | Description of the BoardMembership. | [optional] |
enroll_date | \DateTime | The date of enrollment in the BoardMembership. | [optional] |
with_draw_date | \DateTime | The withdraw date if the BoardMembership is stopped. This can be a future date. | [optional] |
sequence | int | The sequence of the boardmember. This is not related to BoardFunction.Sequence. | [optional] |
board_function | \Membercare\Client\Model\BoardFunction | [optional] | |
board | \Membercare\Client\Model\Board | [optional] | |
organization | \Membercare\Client\Model\SimpleOrganization | [optional] | |
owner | \Membercare\Client\Model\Member | [optional] |