Class: TencentCloud::Dts::V20211206::StopCompareResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dts::V20211206::StopCompareResponse
- Defined in:
- lib/v20211206/models.rb
Overview
StopCompare返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopCompareResponse
constructor
A new instance of StopCompareResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopCompareResponse
Returns a new instance of StopCompareResponse.
7057 7058 7059 |
# File 'lib/v20211206/models.rb', line 7057 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7055 7056 7057 |
# File 'lib/v20211206/models.rb', line 7055 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7061 7062 7063 |
# File 'lib/v20211206/models.rb', line 7061 def deserialize(params) @RequestId = params['RequestId'] end |