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