Sha256: 2b5aabe16c0bdaf63df84e0b30b62e448000fb502f819a936d64f8e5b370340b
Contents?: true
Size: 599 Bytes
Versions: 3
Compression:
Stored size: 599 Bytes
Contents
# Buildium::LoggedByStaffUserMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | The staff user unique identifier. | [optional] | | **first_name** | **String** | First name of the staff user. | [optional] | | **last_name** | **String** | Last name of the staff user. | [optional] | | **href** | **String** | A link to the staff user resource. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::LoggedByStaffUserMessage.new( id: null, first_name: null, last_name: null, href: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/LoggedByStaffUserMessage.md |
buildium-ruby-2.1.0 | docs/LoggedByStaffUserMessage.md |
buildium-ruby-2.0.1 | docs/LoggedByStaffUserMessage.md |