Sha256: 258ea7f23b57abb0e3d9c6ca05d7a239b7cab53e7d0ac32fc18695bf3b3a4c09

Contents?: true

Size: 723 Bytes

Versions: 1

Compression:

Stored size: 723 Bytes

Contents

# Buildium::TaskHistoryMessageLastUpdatedByUser

## 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 resource endpoint associated with the user. | [optional] |
| **user_type** | **String** | Describes the user type of the user | [optional] |

## Example

```ruby
require 'buildium-ruby'

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

Version data entries

1 entries across 1 versions & 1 rubygems

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