Class: TencentCloud::Iotexplorer::V20190423::ResetCloudStorageRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ResetCloudStorageRequest
- Defined in:
- lib/v20190423/models.rb
Overview
ResetCloudStorage请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, channelid = nil, userid = nil) ⇒ ResetCloudStorageRequest
constructor
A new instance of ResetCloudStorageRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, channelid = nil, userid = nil) ⇒ ResetCloudStorageRequest
Returns a new instance of ResetCloudStorageRequest.
12769 12770 12771 12772 12773 12774 |
# File 'lib/v20190423/models.rb', line 12769 def initialize(productid=nil, devicename=nil, channelid=nil, userid=nil) @ProductId = productid @DeviceName = devicename @ChannelId = channelid @UserId = userid end |
Instance Attribute Details
#ChannelId ⇒ Object
12767 12768 12769 |
# File 'lib/v20190423/models.rb', line 12767 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
12767 12768 12769 |
# File 'lib/v20190423/models.rb', line 12767 def DeviceName @DeviceName end |
#ProductId ⇒ Object
12767 12768 12769 |
# File 'lib/v20190423/models.rb', line 12767 def ProductId @ProductId end |
#UserId ⇒ Object
12767 12768 12769 |
# File 'lib/v20190423/models.rb', line 12767 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
12776 12777 12778 12779 12780 12781 |
# File 'lib/v20190423/models.rb', line 12776 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @ChannelId = params['ChannelId'] @UserId = params['UserId'] end |