Class: TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageTimeRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageTimeRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeCloudStorageTime请求参数结构体
Instance Attribute Summary collapse
- #ChannelId ⇒ Object
- #Date ⇒ Object
- #DeviceName ⇒ Object
- #EndTime ⇒ Object
- #ProductId ⇒ Object
- #StartTime ⇒ Object
- #UserId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, date = nil, starttime = nil, endtime = nil, userid = nil, channelid = nil) ⇒ DescribeCloudStorageTimeRequest
constructor
A new instance of DescribeCloudStorageTimeRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, date = nil, starttime = nil, endtime = nil, userid = nil, channelid = nil) ⇒ DescribeCloudStorageTimeRequest
Returns a new instance of DescribeCloudStorageTimeRequest.
4909 4910 4911 4912 4913 4914 4915 4916 4917 |
# File 'lib/v20190423/models.rb', line 4909 def initialize(productid=nil, devicename=nil, date=nil, starttime=nil, endtime=nil, userid=nil, channelid=nil) @ProductId = productid @DeviceName = devicename @Date = date @StartTime = starttime @EndTime = endtime @UserId = userid @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
4907 4908 4909 |
# File 'lib/v20190423/models.rb', line 4907 def ChannelId @ChannelId end |
#Date ⇒ Object
4907 4908 4909 |
# File 'lib/v20190423/models.rb', line 4907 def Date @Date end |
#DeviceName ⇒ Object
4907 4908 4909 |
# File 'lib/v20190423/models.rb', line 4907 def DeviceName @DeviceName end |
#EndTime ⇒ Object
4907 4908 4909 |
# File 'lib/v20190423/models.rb', line 4907 def EndTime @EndTime end |
#ProductId ⇒ Object
4907 4908 4909 |
# File 'lib/v20190423/models.rb', line 4907 def ProductId @ProductId end |
#StartTime ⇒ Object
4907 4908 4909 |
# File 'lib/v20190423/models.rb', line 4907 def StartTime @StartTime end |
#UserId ⇒ Object
4907 4908 4909 |
# File 'lib/v20190423/models.rb', line 4907 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
4919 4920 4921 4922 4923 4924 4925 4926 4927 |
# File 'lib/v20190423/models.rb', line 4919 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @Date = params['Date'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @UserId = params['UserId'] @ChannelId = params['ChannelId'] end |