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