Sha256: ff805f83649ec1929fdc2d5701ed559cfd4223934e942b38b0c2237a15d61500

Contents?: true

Size: 754 Bytes

Versions: 1

Compression:

Stored size: 754 Bytes

Contents

# Buildium::CreatePropertyGroupRequest

## 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::CreatePropertyGroupRequest.new(
  name: null,
  description: null,
  property_ids: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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