Method: PureCloud::Email#start_hold_time
- Defined in:
- lib/purecloud/models/email.rb
#start_hold_time ⇒ Object
The timestamp the email was placed on hold in the cloud clock if the email is currently on hold. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
51 52 53 |
# File 'lib/purecloud/models/email.rb', line 51 def start_hold_time @start_hold_time end |