Sha256: 2bf52b8226c56bdcd246eb0ba57503a5e0d20d534d0ffc92e76e14efa85d1409
Contents?: true
Size: 763 Bytes
Versions: 3
Compression:
Stored size: 763 Bytes
Contents
# Buildium::AssociationUnitPutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **unit_number** | **String** | Unit Number. Must be unique within the association and cannot exceed 30 characters. | | | **unit_size** | **Integer** | Size of the unit. | [optional] | | **address** | [**SaveAddressMessage**](SaveAddressMessage.md) | | | | **unit_bedrooms** | **String** | Number of bedrooms in the unit. | [optional] | | **unit_bathrooms** | **String** | Number of bathrooms in the unit. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::AssociationUnitPutMessage.new( unit_number: null, unit_size: null, address: null, unit_bedrooms: null, unit_bathrooms: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/AssociationUnitPutMessage.md |
buildium-ruby-2.1.0 | docs/AssociationUnitPutMessage.md |
buildium-ruby-2.0.1 | docs/AssociationUnitPutMessage.md |