Class: TencentCloud::Iotexplorer::V20190423::ResetCloudStorageEventRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ResetCloudStorageEventRequest
- Defined in:
- lib/v20190423/models.rb
Overview
ResetCloudStorageEvent请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, userid = nil, channelid = nil) ⇒ ResetCloudStorageEventRequest
constructor
A new instance of ResetCloudStorageEventRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, userid = nil, channelid = nil) ⇒ ResetCloudStorageEventRequest
Returns a new instance of ResetCloudStorageEventRequest.
12725 12726 12727 12728 12729 12730 |
# File 'lib/v20190423/models.rb', line 12725 def initialize(productid=nil, devicename=nil, userid=nil, channelid=nil) @ProductId = productid @DeviceName = devicename @UserId = userid @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
12723 12724 12725 |
# File 'lib/v20190423/models.rb', line 12723 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
12723 12724 12725 |
# File 'lib/v20190423/models.rb', line 12723 def DeviceName @DeviceName end |
#ProductId ⇒ Object
12723 12724 12725 |
# File 'lib/v20190423/models.rb', line 12723 def ProductId @ProductId end |
#UserId ⇒ Object
12723 12724 12725 |
# File 'lib/v20190423/models.rb', line 12723 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
12732 12733 12734 12735 12736 12737 |
# File 'lib/v20190423/models.rb', line 12732 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @UserId = params['UserId'] @ChannelId = params['ChannelId'] end |