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