Sha256: 19380f7eb6e93fd7e53974985c9d2554dfcfaf1332ce0d811becee0562906982
Contents?: true
Size: 817 Bytes
Versions: 3
Compression:
Stored size: 817 Bytes
Contents
# Buildium::PhoneLogPostMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **participant** | [**PhoneLogParticipantPostMessage**](PhoneLogParticipantPostMessage.md) | | | | **subject** | **String** | Subject of the phone call. This value is restricted to a maximum of 255 characters. | | | **description** | **String** | Description of the phone call. This value is restricted to a maximum of 65,535 characters. | | | **call_date_time** | **Time** | The date and time the call took place. Time of the phone call must be UTC. Example format: \"2021-01-26T13:59:15Z\" | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::PhoneLogPostMessage.new( participant: 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/PhoneLogPostMessage.md |
buildium-ruby-2.1.0 | docs/PhoneLogPostMessage.md |
buildium-ruby-2.0.1 | docs/PhoneLogPostMessage.md |