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.
14151 14152 14153 |
# File 'lib/v20170320/models.rb', line 14151 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14149 14150 14151 |
# File 'lib/v20170320/models.rb', line 14149 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14155 14156 14157 |
# File 'lib/v20170320/models.rb', line 14155 def deserialize(params) @RequestId = params['RequestId'] end |