Sha256: 339583b7abad301271cd414ab2e76b5c40f118ecffb9a4bcbdd7818e1eed892a

Contents?: true

Size: 691 Bytes

Versions: 1

Compression:

Stored size: 691 Bytes

Contents

# Buildium::AssociationOwnerPostMessageBoardMemberTerm

## 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::AssociationOwnerPostMessageBoardMemberTerm.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/AssociationOwnerPostMessageBoardMemberTerm.md