Class: TencentCloud::Iotexplorer::V20190423::DescribeCsReportCountDataInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeCsReportCountDataInfoRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeCsReportCountDataInfo请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, starttime = nil, endtime = nil, channelid = nil) ⇒ DescribeCsReportCountDataInfoRequest
constructor
A new instance of DescribeCsReportCountDataInfoRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, starttime = nil, endtime = nil, channelid = nil) ⇒ DescribeCsReportCountDataInfoRequest
Returns a new instance of DescribeCsReportCountDataInfoRequest.
5039 5040 5041 5042 5043 5044 5045 |
# File 'lib/v20190423/models.rb', line 5039 def initialize(productid=nil, devicename=nil, starttime=nil, endtime=nil, channelid=nil) @ProductId = productid @DeviceName = devicename @StartTime = starttime @EndTime = endtime @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
5037 5038 5039 |
# File 'lib/v20190423/models.rb', line 5037 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
5037 5038 5039 |
# File 'lib/v20190423/models.rb', line 5037 def DeviceName @DeviceName end |
#EndTime ⇒ Object
5037 5038 5039 |
# File 'lib/v20190423/models.rb', line 5037 def EndTime @EndTime end |
#ProductId ⇒ Object
5037 5038 5039 |
# File 'lib/v20190423/models.rb', line 5037 def ProductId @ProductId end |
#StartTime ⇒ Object
5037 5038 5039 |
# File 'lib/v20190423/models.rb', line 5037 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
5047 5048 5049 5050 5051 5052 5053 |
# File 'lib/v20190423/models.rb', line 5047 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @ChannelId = params['ChannelId'] end |