Class: TencentCloud::Tione::V20211111::DeleteExportResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::DeleteExportResponse
- Defined in:
- lib/v20211111/models.rb
Overview
DeleteExport返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteExportResponse
constructor
A new instance of DeleteExportResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteExportResponse
Returns a new instance of DeleteExportResponse.
2215 2216 2217 |
# File 'lib/v20211111/models.rb', line 2215 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2213 2214 2215 |
# File 'lib/v20211111/models.rb', line 2213 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2219 2220 2221 |
# File 'lib/v20211111/models.rb', line 2219 def deserialize(params) @RequestId = params['RequestId'] end |