Sha256: b82864aaa61056f6b07886801ccfe624d67d1d42b13f32611cd46c506f71db29

Contents?: true

Size: 754 Bytes

Versions: 1

Compression:

Stored size: 754 Bytes

Contents

# Buildium::UpdatePropertyGroupRequest

## 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 updated using inactive associations and/or rental properties. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::UpdatePropertyGroupRequest.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/UpdatePropertyGroupRequest.md