Sha256: b3749b256bba8fc23a9f05cc4d1c98085b39c212d57ad1197c5d24d69a1626b7
Contents?: true
Size: 697 Bytes
Versions: 1
Compression:
Stored size: 697 Bytes
Contents
# Buildium::TaskHistoryUserMessage ## 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::TaskHistoryUserMessage.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/TaskHistoryUserMessage.md |