Class: TencentCloud::Dlc::V20210125::DropDMSTableResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::DropDMSTableResponse
- Defined in:
- lib/v20210125/models.rb
Overview
DropDMSTable返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DropDMSTableResponse
constructor
A new instance of DropDMSTableResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DropDMSTableResponse
Returns a new instance of DropDMSTableResponse.
10851 10852 10853 |
# File 'lib/v20210125/models.rb', line 10851 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
10849 10850 10851 |
# File 'lib/v20210125/models.rb', line 10849 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10855 10856 10857 |
# File 'lib/v20210125/models.rb', line 10855 def deserialize(params) @RequestId = params['RequestId'] end |