Class: TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageDateRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageDateRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeCloudStorageDate请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, userid = nil, channelid = nil) ⇒ DescribeCloudStorageDateRequest
constructor
A new instance of DescribeCloudStorageDateRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, userid = nil, channelid = nil) ⇒ DescribeCloudStorageDateRequest
Returns a new instance of DescribeCloudStorageDateRequest.
4257 4258 4259 4260 4261 4262 |
# File 'lib/v20190423/models.rb', line 4257 def initialize(productid=nil, devicename=nil, userid=nil, channelid=nil) @ProductId = productid @DeviceName = devicename @UserId = userid @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
4255 4256 4257 |
# File 'lib/v20190423/models.rb', line 4255 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
4255 4256 4257 |
# File 'lib/v20190423/models.rb', line 4255 def DeviceName @DeviceName end |
#ProductId ⇒ Object
4255 4256 4257 |
# File 'lib/v20190423/models.rb', line 4255 def ProductId @ProductId end |
#UserId ⇒ Object
4255 4256 4257 |
# File 'lib/v20190423/models.rb', line 4255 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
4264 4265 4266 4267 4268 4269 |
# File 'lib/v20190423/models.rb', line 4264 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @UserId = params['UserId'] @ChannelId = params['ChannelId'] end |