Sha256: dc4a56807dbd9a5616c497e321174f0896f2f8bea36355e13221e70d35ef3a9d
Contents?: true
Size: 809 Bytes
Versions: 3
Compression:
Stored size: 809 Bytes
Contents
# Buildium::PropertyGroupMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Property group unique identifier. | [optional] | | **name** | **String** | Property group name. | [optional] | | **description** | **String** | Property group description. | [optional] | | **properties** | [**Array<PropertyMessage>**](PropertyMessage.md) | A list of association and/or rental property unique identifiers assigned to the property group. | [optional] | | **created_by_user** | [**CreatedByUserMessage**](CreatedByUserMessage.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::PropertyGroupMessage.new( id: null, name: null, description: null, properties: null, created_by_user: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/PropertyGroupMessage.md |
buildium-ruby-2.1.0 | docs/PropertyGroupMessage.md |
buildium-ruby-2.0.1 | docs/PropertyGroupMessage.md |