Sha256: 72b26ba3f9e3bdf070ee5da6fc7a98662b7a302b52d9e6d8004665b6bacef830
Contents?: true
Size: 483 Bytes
Versions: 1
Compression:
Stored size: 483 Bytes
Contents
# Buildium::AllTasksMessageProperty ## 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::AllTasksMessageProperty.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/AllTasksMessageProperty.md |