# Buildium::ContactRequestTaskMessageProperty ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | The property unique identifier. | [optional] | | **type** | **String** | The property type. | [optional] | | **href** | **String** | A link to the property entity resource. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::ContactRequestTaskMessageProperty.new( id: null, type: null, href: null ) ```