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.
3185 3186 3187 |
# File 'lib/v20190423/models.rb', line 3185 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3183 3184 3185 |
# File 'lib/v20190423/models.rb', line 3183 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3189 3190 3191 |
# File 'lib/v20190423/models.rb', line 3189 def deserialize(params) @RequestId = params['RequestId'] end |