Sha256: fdb867d97a48deaf9d276eff766bf4670d61680b55ede72a3832a44a929386b7
Contents?: true
Size: 821 Bytes
Versions: 1
Compression:
Stored size: 821 Bytes
Contents
# Buildium::CreatePhoneLogRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **participant** | [**PhoneLogPostMessageParticipant**](PhoneLogPostMessageParticipant.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::CreatePhoneLogRequest.new( participant: null, subject: null, description: null, call_date_time: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/CreatePhoneLogRequest.md |