Class: TencentCloud::Iotexplorer::V20190423::DescribeDeviceDataHistoryRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeDeviceDataHistoryRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeDeviceDataHistory请求参数结构体
Instance Attribute Summary collapse
- #Context ⇒ Object
- #DeviceName ⇒ Object
- #FieldName ⇒ Object
- #Limit ⇒ Object
- #MaxTime ⇒ Object
- #MinTime ⇒ Object
- #ProductId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(mintime = nil, maxtime = nil, productid = nil, devicename = nil, fieldname = nil, limit = nil, context = nil) ⇒ DescribeDeviceDataHistoryRequest
constructor
A new instance of DescribeDeviceDataHistoryRequest.
Constructor Details
#initialize(mintime = nil, maxtime = nil, productid = nil, devicename = nil, fieldname = nil, limit = nil, context = nil) ⇒ DescribeDeviceDataHistoryRequest
Returns a new instance of DescribeDeviceDataHistoryRequest.
5154 5155 5156 5157 5158 5159 5160 5161 5162 |
# File 'lib/v20190423/models.rb', line 5154 def initialize(mintime=nil, maxtime=nil, productid=nil, devicename=nil, fieldname=nil, limit=nil, context=nil) @MinTime = mintime @MaxTime = maxtime @ProductId = productid @DeviceName = devicename @FieldName = fieldname @Limit = limit @Context = context end |
Instance Attribute Details
#Context ⇒ Object
5152 5153 5154 |
# File 'lib/v20190423/models.rb', line 5152 def Context @Context end |
#DeviceName ⇒ Object
5152 5153 5154 |
# File 'lib/v20190423/models.rb', line 5152 def DeviceName @DeviceName end |
#FieldName ⇒ Object
5152 5153 5154 |
# File 'lib/v20190423/models.rb', line 5152 def FieldName @FieldName end |
#Limit ⇒ Object
5152 5153 5154 |
# File 'lib/v20190423/models.rb', line 5152 def Limit @Limit end |
#MaxTime ⇒ Object
5152 5153 5154 |
# File 'lib/v20190423/models.rb', line 5152 def MaxTime @MaxTime end |
#MinTime ⇒ Object
5152 5153 5154 |
# File 'lib/v20190423/models.rb', line 5152 def MinTime @MinTime end |
#ProductId ⇒ Object
5152 5153 5154 |
# File 'lib/v20190423/models.rb', line 5152 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
5164 5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'lib/v20190423/models.rb', line 5164 def deserialize(params) @MinTime = params['MinTime'] @MaxTime = params['MaxTime'] @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @FieldName = params['FieldName'] @Limit = params['Limit'] @Context = params['Context'] end |