Class: TencentCloud::Dlc::V20210125::CreateInternalTableResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::CreateInternalTableResponse
- Defined in:
- lib/v20210125/models.rb
Overview
CreateInternalTable返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(execution = nil, requestid = nil) ⇒ CreateInternalTableResponse
constructor
A new instance of CreateInternalTableResponse.
Constructor Details
#initialize(execution = nil, requestid = nil) ⇒ CreateInternalTableResponse
2286 2287 2288 2289 |
# File 'lib/v20210125/models.rb', line 2286 def initialize(execution=nil, requestid=nil) @Execution = execution @RequestId = requestid end |
Instance Attribute Details
#Execution ⇒ Object
2284 2285 2286 |
# File 'lib/v20210125/models.rb', line 2284 def Execution @Execution end |
#RequestId ⇒ Object
2284 2285 2286 |
# File 'lib/v20210125/models.rb', line 2284 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2291 2292 2293 2294 |
# File 'lib/v20210125/models.rb', line 2291 def deserialize(params) @Execution = params['Execution'] @RequestId = params['RequestId'] end |