Method: PureCloud::Callback#disconnected_time
- Defined in:
- lib/purecloud/models/callback.rb
#disconnected_time ⇒ Object
The timestamp when this communication disconnected from the conversation in the provider clock. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
64 65 66 |
# File 'lib/purecloud/models/callback.rb', line 64 def disconnected_time @disconnected_time end |