Method: PureCloud::LineStatus.swagger_types

Defined in:
lib/purecloud/models/line_status.rb

.swagger_typesObject

Attribute type mapping.



54
55
56
57
58
59
60
61
62
63
# File 'lib/purecloud/models/line_status.rb', line 54

def self.swagger_types
  {
    :'id' => :'String',
    :'reachable' => :'BOOLEAN',
    :'address_of_record' => :'String',
    :'contact_addresses' => :'Array<String>',
    :'reachable_state_time' => :'DateTime'
    
  }
end