Class: TencentCloud::Dts::V20211206::StartSyncCompareResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dts::V20211206::StartSyncCompareResponse
- Defined in:
- lib/v20211206/models.rb
Overview
StartSyncCompare返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StartSyncCompareResponse
constructor
A new instance of StartSyncCompareResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StartSyncCompareResponse
Returns a new instance of StartSyncCompareResponse.
6748 6749 6750 |
# File 'lib/v20211206/models.rb', line 6748 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6746 6747 6748 |
# File 'lib/v20211206/models.rb', line 6746 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6752 6753 6754 |
# File 'lib/v20211206/models.rb', line 6752 def deserialize(params) @RequestId = params['RequestId'] end |