Class: TencentCloud::Dlc::V20210125::CreateTableResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::CreateTableResponse
- Defined in:
- lib/v20210125/models.rb
Overview
CreateTable返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(execution = nil, requestid = nil) ⇒ CreateTableResponse
constructor
A new instance of CreateTableResponse.
Constructor Details
#initialize(execution = nil, requestid = nil) ⇒ CreateTableResponse
Returns a new instance of CreateTableResponse.
3257 3258 3259 3260 |
# File 'lib/v20210125/models.rb', line 3257 def initialize(execution=nil, requestid=nil) @Execution = execution @RequestId = requestid end |
Instance Attribute Details
#Execution ⇒ Object
3255 3256 3257 |
# File 'lib/v20210125/models.rb', line 3255 def Execution @Execution end |
#RequestId ⇒ Object
3255 3256 3257 |
# File 'lib/v20210125/models.rb', line 3255 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3262 3263 3264 3265 3266 3267 3268 |
# File 'lib/v20210125/models.rb', line 3262 def deserialize(params) unless params['Execution'].nil? @Execution = Execution.new @Execution.deserialize(params['Execution']) end @RequestId = params['RequestId'] end |