Sha256: 041874d4525f64b30668cdc31a5944b45f596867985aeac6461588acfaa7c281
Contents?: true
Size: 694 Bytes
Versions: 4
Compression:
Stored size: 694 Bytes
Contents
# Buildium::PhoneLogPutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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::PhoneLogPutMessage.new( subject: null, description: null, call_date_time: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems