Sha256: 7885594def08c312d0614bfe36969cb12dde9096094c3b988c006e24acdf5de0
Contents?: true
Size: 679 Bytes
Versions: 3
Compression:
Stored size: 679 Bytes
Contents
# Buildium::AssociationOwnerBoardTermPostMessage ## 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 board member term. Must be formatted as `YYYY-MM-DD`. | [optional] | | **end_date** | **Date** | End date of the board member term. Must be formatted as `YYYY-MM-DD`. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::AssociationOwnerBoardTermPostMessage.new( board_position_type: null, start_date: null, end_date: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems