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.
6831 6832 6833 |
# File 'lib/v20211206/models.rb', line 6831 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6829 6830 6831 |
# File 'lib/v20211206/models.rb', line 6829 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6835 6836 6837 |
# File 'lib/v20211206/models.rb', line 6835 def deserialize(params) @RequestId = params['RequestId'] end |