Class: TencentCloud::Dts::V20211206::StopSyncCompareResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dts::V20211206::StopSyncCompareResponse
- Defined in:
- lib/v20211206/models.rb
Overview
StopSyncCompare返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopSyncCompareResponse
constructor
A new instance of StopSyncCompareResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopSyncCompareResponse
Returns a new instance of StopSyncCompareResponse.
7129 7130 7131 |
# File 'lib/v20211206/models.rb', line 7129 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7127 7128 7129 |
# File 'lib/v20211206/models.rb', line 7127 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7133 7134 7135 |
# File 'lib/v20211206/models.rb', line 7133 def deserialize(params) @RequestId = params['RequestId'] end |