Sha256: a599231654d06455b43d691a1e9522eeec1e21d6d143bba0efc43680e0b55e52
Contents?: true
Size: 835 Bytes
Versions: 1
Compression:
Stored size: 835 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** | [**PropertyGroupMessageCreatedByUser**](PropertyGroupMessageCreatedByUser.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/PropertyGroupMessage.md |