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.
12747 12748 12749 |
# File 'lib/v20190423/models.rb', line 12747 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
12745 12746 12747 |
# File 'lib/v20190423/models.rb', line 12745 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12751 12752 12753 |
# File 'lib/v20190423/models.rb', line 12751 def deserialize(params) @RequestId = params['RequestId'] end |