Sha256: 96f8e663dfbb527345f6bc845bd1b9027c82bfbe5da430bec017cac1fd2e55b2

Contents?: true

Size: 750 Bytes

Versions: 4

Compression:

Stored size: 750 Bytes

Contents

# Buildium::PropertyGroupPostMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Property group name. The name can not exceed 127 characters. |  |
| **description** | **String** | Description of the property group. The description can not exceed 1000 characters. | [optional] |
| **property_ids** | **Array<Integer>** | A list of association and/or rental property unique identifiers to assign to the property group. Property groups cannot be created using inactive associations and/or rental properties. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::PropertyGroupPostMessage.new(
  name: null,
  description: null,
  property_ids: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/PropertyGroupPostMessage.md
buildium-ruby-3.0.0 docs/PropertyGroupPostMessage.md
buildium-ruby-2.1.0 docs/PropertyGroupPostMessage.md
buildium-ruby-2.0.1 docs/PropertyGroupPostMessage.md