Method: PureCloud::ContactSort.attribute_map
- Defined in:
- lib/purecloud/models/contact_sort.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
30 31 32 33 34 35 36 37 38 39 40 |
# File 'lib/purecloud/models/contact_sort.rb', line 30 def self.attribute_map { :'field_name' => :'fieldName', :'direction' => :'direction', :'numeric' => :'numeric' } end |