Class: TencentCloud::Mrs::V20200910::BodyTemperatureBlock

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200910/models.rb

Overview

体温名称

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#NameObject



1293
1294
1295
# File 'lib/v20200910/models.rb', line 1293

def Name
  @Name
end

#NormObject



1293
1294
1295
# File 'lib/v20200910/models.rb', line 1293

def Norm
  @Norm
end

#SrcObject



1293
1294
1295
# File 'lib/v20200910/models.rb', line 1293

def Src
  @Src
end

#UnitObject



1293
1294
1295
# File 'lib/v20200910/models.rb', line 1293

def Unit
  @Unit
end

#ValueObject



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