Class: TencentCloud::Cdb::V20170320::StopDBImportJobResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::StopDBImportJobResponse
- Defined in:
- lib/v20170320/models.rb
Overview
StopDBImportJob返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopDBImportJobResponse
constructor
A new instance of StopDBImportJobResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopDBImportJobResponse
Returns a new instance of StopDBImportJobResponse.
13850 13851 13852 |
# File 'lib/v20170320/models.rb', line 13850 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
13848 13849 13850 |
# File 'lib/v20170320/models.rb', line 13848 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13854 13855 13856 |
# File 'lib/v20170320/models.rb', line 13854 def deserialize(params) @RequestId = params['RequestId'] end |