Class: TencentCloud::Mrs::V20200910::BodyTemperatureBlock
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::BodyTemperatureBlock
- Defined in:
- lib/v20200910/models.rb
Overview
体温名称
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, src = nil, norm = nil, unit = nil, value = nil) ⇒ BodyTemperatureBlock
constructor
A new instance of BodyTemperatureBlock.
Constructor Details
#initialize(name = nil, src = nil, norm = nil, unit = nil, value = nil) ⇒ BodyTemperatureBlock
Returns a new instance of BodyTemperatureBlock.
1284 1285 1286 1287 1288 1289 1290 |
# File 'lib/v20200910/models.rb', line 1284 def initialize(name=nil, src=nil, norm=nil, unit=nil, value=nil) @Name = name @Src = src @Norm = norm @Unit = unit @Value = value end |
Instance Attribute Details
#Name ⇒ Object
1282 1283 1284 |
# File 'lib/v20200910/models.rb', line 1282 def Name @Name end |
#Norm ⇒ Object
1282 1283 1284 |
# File 'lib/v20200910/models.rb', line 1282 def Norm @Norm end |
#Src ⇒ Object
1282 1283 1284 |
# File 'lib/v20200910/models.rb', line 1282 def Src @Src end |
#Unit ⇒ Object
1282 1283 1284 |
# File 'lib/v20200910/models.rb', line 1282 def Unit @Unit end |
#Value ⇒ Object
1282 1283 1284 |
# File 'lib/v20200910/models.rb', line 1282 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1292 1293 1294 1295 1296 1297 1298 |
# File 'lib/v20200910/models.rb', line 1292 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @Norm = params['Norm'] @Unit = params['Unit'] @Value = params['Value'] end |