Class: TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeCloudStorage请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, userid = nil, channelid = nil) ⇒ DescribeCloudStorageRequest
constructor
A new instance of DescribeCloudStorageRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, userid = nil, channelid = nil) ⇒ DescribeCloudStorageRequest
Returns a new instance of DescribeCloudStorageRequest.
4692 4693 4694 4695 4696 4697 |
# File 'lib/v20190423/models.rb', line 4692 def initialize(productid=nil, devicename=nil, userid=nil, channelid=nil) @ProductId = productid @DeviceName = devicename @UserId = userid @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
4690 4691 4692 |
# File 'lib/v20190423/models.rb', line 4690 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
4690 4691 4692 |
# File 'lib/v20190423/models.rb', line 4690 def DeviceName @DeviceName end |
#ProductId ⇒ Object
4690 4691 4692 |
# File 'lib/v20190423/models.rb', line 4690 def ProductId @ProductId end |
#UserId ⇒ Object
4690 4691 4692 |
# File 'lib/v20190423/models.rb', line 4690 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
4699 4700 4701 4702 4703 4704 |
# File 'lib/v20190423/models.rb', line 4699 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @UserId = params['UserId'] @ChannelId = params['ChannelId'] end |