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.
5027 5028 5029 5030 5031 5032 5033 |
# File 'lib/v20190423/models.rb', line 5027 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
5025 5026 5027 |
# File 'lib/v20190423/models.rb', line 5025 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
5025 5026 5027 |
# File 'lib/v20190423/models.rb', line 5025 def DeviceName @DeviceName end |
#EndTime ⇒ Object
5025 5026 5027 |
# File 'lib/v20190423/models.rb', line 5025 def EndTime @EndTime end |
#ProductId ⇒ Object
5025 5026 5027 |
# File 'lib/v20190423/models.rb', line 5025 def ProductId @ProductId end |
#StartTime ⇒ Object
5025 5026 5027 |
# File 'lib/v20190423/models.rb', line 5025 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
5035 5036 5037 5038 5039 5040 5041 |
# File 'lib/v20190423/models.rb', line 5035 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @ChannelId = params['ChannelId'] end |