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.
12753 12754 12755 12756 12757 12758 |
# File 'lib/v20190423/models.rb', line 12753 def initialize(productid=nil, devicename=nil, channelid=nil, userid=nil) @ProductId = productid @DeviceName = devicename @ChannelId = channelid @UserId = userid end |
Instance Attribute Details
#ChannelId ⇒ Object
12751 12752 12753 |
# File 'lib/v20190423/models.rb', line 12751 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
12751 12752 12753 |
# File 'lib/v20190423/models.rb', line 12751 def DeviceName @DeviceName end |
#ProductId ⇒ Object
12751 12752 12753 |
# File 'lib/v20190423/models.rb', line 12751 def ProductId @ProductId end |
#UserId ⇒ Object
12751 12752 12753 |
# File 'lib/v20190423/models.rb', line 12751 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
12760 12761 12762 12763 12764 12765 |
# File 'lib/v20190423/models.rb', line 12760 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @ChannelId = params['ChannelId'] @UserId = params['UserId'] end |