Class: TencentCloud::Cls::V20201016::CreateExportResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::CreateExportResponse
- Defined in:
- lib/v20201016/models.rb
Overview
CreateExport返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(exportid = nil, requestid = nil) ⇒ CreateExportResponse
constructor
A new instance of CreateExportResponse.
Constructor Details
#initialize(exportid = nil, requestid = nil) ⇒ CreateExportResponse
Returns a new instance of CreateExportResponse.
3806 3807 3808 3809 |
# File 'lib/v20201016/models.rb', line 3806 def initialize(exportid=nil, requestid=nil) @ExportId = exportid @RequestId = requestid end |
Instance Attribute Details
#ExportId ⇒ Object
3804 3805 3806 |
# File 'lib/v20201016/models.rb', line 3804 def ExportId @ExportId end |
#RequestId ⇒ Object
3804 3805 3806 |
# File 'lib/v20201016/models.rb', line 3804 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3811 3812 3813 3814 |
# File 'lib/v20201016/models.rb', line 3811 def deserialize(params) @ExportId = params['ExportId'] @RequestId = params['RequestId'] end |