Class: TencentCloud::Iotexplorer::V20190423::ResetCloudStorageEventResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ResetCloudStorageEventResponse
- Defined in:
- lib/v20190423/models.rb
Overview
ResetCloudStorageEvent返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ResetCloudStorageEventResponse
constructor
A new instance of ResetCloudStorageEventResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ResetCloudStorageEventResponse
Returns a new instance of ResetCloudStorageEventResponse.
12731 12732 12733 |
# File 'lib/v20190423/models.rb', line 12731 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
12729 12730 12731 |
# File 'lib/v20190423/models.rb', line 12729 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12735 12736 12737 |
# File 'lib/v20190423/models.rb', line 12735 def deserialize(params) @RequestId = params['RequestId'] end |