Sha256: 2c26c7d34daf1b5947840327dc01f16eb1ee36339d2f8b0937b3e68f95b13b08

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

# Buildium::CreateArchitecturalRequestAsyncRequest

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