Sha256: 16ba336080411bdcfbe13b5c06e913226dd9ed0002ca13465dc56d3b104e946d
Contents?: true
Size: 703 Bytes
Versions: 1
Compression:
Stored size: 703 Bytes
Contents
# Buildium::UpdateBoardMemberRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **board_position_type** | **String** | Indicates the board position held by the association owner. | | | **start_date** | **Date** | Start date of the association owners term as a board member. Must be formatted as `YYYY-MM-DD`. | [optional] | | **end_date** | **Date** | End date of the association owners term as a board member. Must be formatted as `YYYY-MM-DD`. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::UpdateBoardMemberRequest.new( board_position_type: null, start_date: null, end_date: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/UpdateBoardMemberRequest.md |