Sha256: 0c84d2b8129bfd8f6087dc6a69bd4f58403d5f247925ba2ad404f8a00549302f
Contents?: true
Size: 854 Bytes
Versions: 3
Compression:
Stored size: 854 Bytes
Contents
# Buildium::PhoneLogMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Phone log unique identifier. | [optional] | | **participant** | [**ParticipantMessage**](ParticipantMessage.md) | | [optional] | | **logged_by_staff_user** | [**LoggedByStaffUserMessage**](LoggedByStaffUserMessage.md) | | [optional] | | **subject** | **String** | Subject of the phone call. | [optional] | | **description** | **String** | Description of the phone call. | [optional] | | **call_date_time** | **Time** | The date and time in UTC of when the call took place. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::PhoneLogMessage.new( id: null, participant: null, logged_by_staff_user: null, subject: null, description: null, call_date_time: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/PhoneLogMessage.md |
buildium-ruby-2.1.0 | docs/PhoneLogMessage.md |
buildium-ruby-2.0.1 | docs/PhoneLogMessage.md |