Sha256: 04e75140c729201b6ae32aae4363113f97a6e92a826fb549b0d1ef6d2799d9d1

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

# Buildium::ArchitecturalRequestsPostMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **association_id** | **Integer** | The ID of the association  to tie the architectural request to. |  |
| **ownership_account_id** | **Integer** | The ID of the ownership account to tie the architectural request to. |  |
| **name** | **String** | The name of the architectural request. Must be 30 characters or less. |  |
| **submitted_date_time** | **Time** | The date and time the architectural request was submitted. Must not be in the future. |  |
| **status** | **String** | The status of the architectural request. If no value is submitted the Status will be set to \"New\". | [optional] |
| **decision** | **String** | The decision of the architectural request. If no value is submitted the Decision will be set to \"Pending\". | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::ArchitecturalRequestsPostMessage.new(
  association_id: null,
  ownership_account_id: null,
  name: null,
  submitted_date_time: null,
  status: null,
  decision: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/ArchitecturalRequestsPostMessage.md