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.
12709 12710 12711 12712 12713 12714 |
# File 'lib/v20190423/models.rb', line 12709 def initialize(productid=nil, devicename=nil, userid=nil, channelid=nil) @ProductId = productid @DeviceName = devicename @UserId = userid @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
12707 12708 12709 |
# File 'lib/v20190423/models.rb', line 12707 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
12707 12708 12709 |
# File 'lib/v20190423/models.rb', line 12707 def DeviceName @DeviceName end |
#ProductId ⇒ Object
12707 12708 12709 |
# File 'lib/v20190423/models.rb', line 12707 def ProductId @ProductId end |
#UserId ⇒ Object
12707 12708 12709 |
# File 'lib/v20190423/models.rb', line 12707 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
12716 12717 12718 12719 12720 12721 |
# File 'lib/v20190423/models.rb', line 12716 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @UserId = params['UserId'] @ChannelId = params['ChannelId'] end |