Sha256: 8d54f7903bbe159b54226e5e15d730679846fedf77b47f15b76b90cb0b609490
Contents?: true
Size: 700 Bytes
Versions: 1
Compression:
Stored size: 700 Bytes
Contents
# Buildium::UpdatePhoneLogRequest ## 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::UpdatePhoneLogRequest.new( 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/UpdatePhoneLogRequest.md |