Sha256: 3cd48772fd91fddde15512b080e1c4e975c9ade1ffe595374f280b932b8f2ea0
Contents?: true
Size: 917 Bytes
Versions: 1
Compression:
Stored size: 917 Bytes
Contents
# Buildium::AssociationUnitsPostMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **unit_number** | **String** | Unit number. Must be unique within the association and cannot exceed 30 characters. | | | **association_id** | **Integer** | Association unique identifier that the unit belongs to. | | | **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::AssociationUnitsPostMessage.new( unit_number: null, association_id: 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/AssociationUnitsPostMessage.md |