Sha256: 3f56ef0b38aed1d9d8dfad7c3fafd16830f6876bfc3e9249547a717c32e29bb7
Contents?: true
Size: 846 Bytes
Versions: 3
Compression:
Stored size: 846 Bytes
Contents
# Buildium::AssociationBoardMemberPostMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **association_owner_id** | **Integer** | The association owner's unique identifier. | | | **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::AssociationBoardMemberPostMessage.new( association_owner_id: null, board_position_type: null, start_date: null, end_date: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/AssociationBoardMemberPostMessage.md |
buildium-ruby-2.1.0 | docs/AssociationBoardMemberPostMessage.md |
buildium-ruby-2.0.1 | docs/AssociationBoardMemberPostMessage.md |