Sha256: 35a200a6c12ede728d1cf3000637b53c3d7e06abe2a174153a80bc7d3ed52d37

Contents?: true

Size: 828 Bytes

Versions: 1

Compression:

Stored size: 828 Bytes

Contents

# Buildium::CreateBoardMemberRequest

## 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::CreateBoardMemberRequest.new(
  association_owner_id: null,
  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/CreateBoardMemberRequest.md