Class: TencentCloud::Cls::V20201016::DeleteExportResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::DeleteExportResponse
- Defined in:
- lib/v20201016/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.
6146 6147 6148 |
# File 'lib/v20201016/models.rb', line 6146 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6144 6145 6146 |
# File 'lib/v20201016/models.rb', line 6144 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6150 6151 6152 |
# File 'lib/v20201016/models.rb', line 6150 def deserialize(params) @RequestId = params['RequestId'] end |