Sha256: ee16e3af32bb6bf9f7c768badec768e310f8670fb76b72fddb39729dfd11d6b4

Contents?: true

Size: 589 Bytes

Versions: 1

Compression:

Stored size: 589 Bytes

Contents

# Buildium::PropertyGroupMessageCreatedByUser

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | User unique identifier. | [optional] |
| **first_name** | **String** | First name of the user. | [optional] |
| **last_name** | **String** | Last name of the user. | [optional] |
| **href** | **String** | A link to the user resource. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::PropertyGroupMessageCreatedByUser.new(
  id: null,
  first_name: null,
  last_name: null,
  href: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/PropertyGroupMessageCreatedByUser.md