Sha256: 8f61462004f7da7281e81869e290201974fb5d0d94ab663928cd4532c9f655d7
Contents?: true
Size: 748 Bytes
Versions: 4
Compression:
Stored size: 748 Bytes
Contents
# Buildium::PropertyGroupPutMessage ## 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::PropertyGroupPutMessage.new( name: null, description: null, property_ids: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems