Class: TencentCloud::Cdwch::V20200915::RecoverBackUpJobResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::RecoverBackUpJobResponse
- Defined in:
- lib/v20200915/models.rb
Overview
RecoverBackUpJob返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RecoverBackUpJobResponse
constructor
A new instance of RecoverBackUpJobResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RecoverBackUpJobResponse
Returns a new instance of RecoverBackUpJobResponse.
2802 2803 2804 |
# File 'lib/v20200915/models.rb', line 2802 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2800 2801 2802 |
# File 'lib/v20200915/models.rb', line 2800 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2806 2807 2808 |
# File 'lib/v20200915/models.rb', line 2806 def deserialize(params) @RequestId = params['RequestId'] end |