Method: PureCloud::LineStatus.attribute_map
- Defined in:
- lib/purecloud/models/line_status.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
# File 'lib/purecloud/models/line_status.rb', line 37 def self.attribute_map { :'id' => :'id', :'reachable' => :'reachable', :'address_of_record' => :'addressOfRecord', :'contact_addresses' => :'contactAddresses', :'reachable_state_time' => :'reachableStateTime' } end |