Method: PureCloud::CallBasic#disconnected_time
- Defined in:
- lib/purecloudplatformclientv2/models/call_basic.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
66 67 68 |
# File 'lib/purecloudplatformclientv2/models/call_basic.rb', line 66 def disconnected_time @disconnected_time end |