Sha256: c7735481c9badede9ff2be142cb4a4a13e0bac2b8093fade7b72626f80b76bcf

Contents?: true

Size: 467 Bytes

Versions: 4

Compression:

Stored size: 467 Bytes

Contents

# Buildium::PropertyMessage

## 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::PropertyMessage.new(
  id: null,
  type: null,
  href: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/PropertyMessage.md
buildium-ruby-3.0.0 docs/PropertyMessage.md
buildium-ruby-2.1.0 docs/PropertyMessage.md
buildium-ruby-2.0.1 docs/PropertyMessage.md