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
1295 1296 1297 1298 1299 1300 1301 |
# File 'lib/v20200910/models.rb', line 1295 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
1293 1294 1295 |
# File 'lib/v20200910/models.rb', line 1293 def Name @Name end |
#Norm ⇒ Object
1293 1294 1295 |
# File 'lib/v20200910/models.rb', line 1293 def Norm @Norm end |
#Src ⇒ Object
1293 1294 1295 |
# File 'lib/v20200910/models.rb', line 1293 def Src @Src end |
#Unit ⇒ Object
1293 1294 1295 |
# File 'lib/v20200910/models.rb', line 1293 def Unit @Unit end |
#Value ⇒ Object
1293 1294 1295 |
# File 'lib/v20200910/models.rb', line 1293 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1303 1304 1305 1306 1307 1308 1309 |
# File 'lib/v20200910/models.rb', line 1303 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @Norm = params['Norm'] @Unit = params['Unit'] @Value = params['Value'] end |