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.
4704 4705 4706 4707 4708 4709 |
# File 'lib/v20190423/models.rb', line 4704 def initialize(productid=nil, devicename=nil, userid=nil, channelid=nil) @ProductId = productid @DeviceName = devicename @UserId = userid @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
4702 4703 4704 |
# File 'lib/v20190423/models.rb', line 4702 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
4702 4703 4704 |
# File 'lib/v20190423/models.rb', line 4702 def DeviceName @DeviceName end |
#ProductId ⇒ Object
4702 4703 4704 |
# File 'lib/v20190423/models.rb', line 4702 def ProductId @ProductId end |
#UserId ⇒ Object
4702 4703 4704 |
# File 'lib/v20190423/models.rb', line 4702 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
4711 4712 4713 4714 4715 4716 |
# File 'lib/v20190423/models.rb', line 4711 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @UserId = params['UserId'] @ChannelId = params['ChannelId'] end |