Sha256: 8387b0128fc5852f61bea35cd3c770d55d557eaca0fded10256de8659199c6e4
Contents?: true
Size: 625 Bytes
Versions: 1
Compression:
Stored size: 625 Bytes
Contents
# Buildium::AssociationArchitecturalRequestMessageCreatedByUser ## 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::AssociationArchitecturalRequestMessageCreatedByUser.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/AssociationArchitecturalRequestMessageCreatedByUser.md |