Class: TencentCloud::Dlc::V20210125::CreateDMSTableResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::CreateDMSTableResponse
- Defined in:
- lib/v20210125/models.rb
Overview
CreateDMSTable返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateDMSTableResponse
constructor
A new instance of CreateDMSTableResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateDMSTableResponse
Returns a new instance of CreateDMSTableResponse.
1820 1821 1822 |
# File 'lib/v20210125/models.rb', line 1820 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1818 1819 1820 |
# File 'lib/v20210125/models.rb', line 1818 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1824 1825 1826 |
# File 'lib/v20210125/models.rb', line 1824 def deserialize(params) @RequestId = params['RequestId'] end |