Method: PureCloud::Callback#callback_scheduled_time
- Defined in:
- lib/purecloud/models/callback.rb
#callback_scheduled_time ⇒ Object
The timestamp when this communication is scheduled in the provider clock. If this value is missing it indicates the callback will be placed immediately. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
67 68 69 |
# File 'lib/purecloud/models/callback.rb', line 67 def callback_scheduled_time @callback_scheduled_time end |