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.
5142 5143 5144 5145 5146 5147 5148 5149 5150 |
# File 'lib/v20190423/models.rb', line 5142 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
5140 5141 5142 |
# File 'lib/v20190423/models.rb', line 5140 def Context @Context end |
#DeviceName ⇒ Object
5140 5141 5142 |
# File 'lib/v20190423/models.rb', line 5140 def DeviceName @DeviceName end |
#FieldName ⇒ Object
5140 5141 5142 |
# File 'lib/v20190423/models.rb', line 5140 def FieldName @FieldName end |
#Limit ⇒ Object
5140 5141 5142 |
# File 'lib/v20190423/models.rb', line 5140 def Limit @Limit end |
#MaxTime ⇒ Object
5140 5141 5142 |
# File 'lib/v20190423/models.rb', line 5140 def MaxTime @MaxTime end |
#MinTime ⇒ Object
5140 5141 5142 |
# File 'lib/v20190423/models.rb', line 5140 def MinTime @MinTime end |
#ProductId ⇒ Object
5140 5141 5142 |
# File 'lib/v20190423/models.rb', line 5140 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
5152 5153 5154 5155 5156 5157 5158 5159 5160 |
# File 'lib/v20190423/models.rb', line 5152 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 |