Sha256: 8fdd6d69b756645e8c40c78fd12f1348f775c0c77b5d521ad3c880a8f1fa794b
Contents?: true
Size: 503 Bytes
Versions: 1
Compression:
Stored size: 503 Bytes
Contents
# 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 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/ContactRequestTaskMessageProperty.md |