Class: TencentCloud::Dlc::V20210125::StatementInformation
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::StatementInformation
- Defined in:
- lib/v20210125/models.rb
Overview
statement信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, sql = nil) ⇒ StatementInformation
constructor
A new instance of StatementInformation.
Constructor Details
#initialize(taskid = nil, sql = nil) ⇒ StatementInformation
Returns a new instance of StatementInformation.
14967 14968 14969 14970 |
# File 'lib/v20210125/models.rb', line 14967 def initialize(taskid=nil, sql=nil) @TaskId = taskid @SQL = sql end |
Instance Attribute Details
#SQL ⇒ Object
14965 14966 14967 |
# File 'lib/v20210125/models.rb', line 14965 def SQL @SQL end |
#TaskId ⇒ Object
14965 14966 14967 |
# File 'lib/v20210125/models.rb', line 14965 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
14972 14973 14974 14975 |
# File 'lib/v20210125/models.rb', line 14972 def deserialize(params) @TaskId = params['TaskId'] @SQL = params['SQL'] end |