Class: TencentCloud::Dts::V20211206::StartCompareResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dts::V20211206::StartCompareResponse
- Defined in:
- lib/v20211206/models.rb
Overview
StartCompare返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StartCompareResponse
constructor
A new instance of StartCompareResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StartCompareResponse
Returns a new instance of StartCompareResponse.
6699 6700 6701 |
# File 'lib/v20211206/models.rb', line 6699 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6697 6698 6699 |
# File 'lib/v20211206/models.rb', line 6697 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6703 6704 6705 |
# File 'lib/v20211206/models.rb', line 6703 def deserialize(params) @RequestId = params['RequestId'] end |