Method: PureCloud::HealthCheckInfo.attribute_map
- Defined in:
- lib/purecloud/models/health_check_info.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/purecloud/models/health_check_info.rb', line 27 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'self_uri' => :'selfUri', :'build_time' => :'Build-Time', :'build_version' => :'Build-Version', :'implementation_version' => :'Implementation-Version', :'status' => :'Status', :'ping_ms' => :'Ping-Ms', :'date' => :'Date' } end |