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.
4269 4270 4271 4272 4273 4274 |
# File 'lib/v20190423/models.rb', line 4269 def initialize(productid=nil, devicename=nil, userid=nil, channelid=nil) @ProductId = productid @DeviceName = devicename @UserId = userid @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
4267 4268 4269 |
# File 'lib/v20190423/models.rb', line 4267 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
4267 4268 4269 |
# File 'lib/v20190423/models.rb', line 4267 def DeviceName @DeviceName end |
#ProductId ⇒ Object
4267 4268 4269 |
# File 'lib/v20190423/models.rb', line 4267 def ProductId @ProductId end |
#UserId ⇒ Object
4267 4268 4269 |
# File 'lib/v20190423/models.rb', line 4267 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
4276 4277 4278 4279 4280 4281 |
# File 'lib/v20190423/models.rb', line 4276 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @UserId = params['UserId'] @ChannelId = params['ChannelId'] end |