Method: PureCloud::ConversationQuery#order_by
- Defined in:
- lib/purecloud/models/conversation_query.rb
#order_by ⇒ Object
Specify which data element within the result set to use for sorting. The options to use as a basis for sorting the results: conversationStart, segmentStart, and segmentEnd. If not specified, the default is conversationStart
43 44 45 |
# File 'lib/purecloud/models/conversation_query.rb', line 43 def order_by @order_by end |