Class: TencentCloud::Iotexplorer::V20190423::DeleteCloudStorageEventResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DeleteCloudStorageEventResponse
- Defined in:
- lib/v20190423/models.rb
Overview
DeleteCloudStorageEvent返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteCloudStorageEventResponse
constructor
A new instance of DeleteCloudStorageEventResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteCloudStorageEventResponse
Returns a new instance of DeleteCloudStorageEventResponse.
3197 3198 3199 |
# File 'lib/v20190423/models.rb', line 3197 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3195 3196 3197 |
# File 'lib/v20190423/models.rb', line 3195 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3201 3202 3203 |
# File 'lib/v20190423/models.rb', line 3201 def deserialize(params) @RequestId = params['RequestId'] end |