# Buildium::NotePutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **note** | **String** | Note contents. The value cannot exceed 65535 characters. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::NotePutMessage.new( note: null ) ```