Class: TencentCloud::Oceanus::V20190422::DeleteTableConfigRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::DeleteTableConfigRequest
- Defined in:
- lib/v20190422/models.rb
Overview
DeleteTableConfig请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(jobid = nil, debugid = nil, tablename = nil, workspaceid = nil) ⇒ DeleteTableConfigRequest
constructor
A new instance of DeleteTableConfigRequest.
Constructor Details
#initialize(jobid = nil, debugid = nil, tablename = nil, workspaceid = nil) ⇒ DeleteTableConfigRequest
Returns a new instance of DeleteTableConfigRequest.
1753 1754 1755 1756 1757 1758 |
# File 'lib/v20190422/models.rb', line 1753 def initialize(jobid=nil, debugid=nil, tablename=nil, workspaceid=nil) @JobId = jobid @DebugId = debugid @TableName = tablename @WorkSpaceId = workspaceid end |
Instance Attribute Details
#DebugId ⇒ Object
1751 1752 1753 |
# File 'lib/v20190422/models.rb', line 1751 def DebugId @DebugId end |
#JobId ⇒ Object
1751 1752 1753 |
# File 'lib/v20190422/models.rb', line 1751 def JobId @JobId end |
#TableName ⇒ Object
1751 1752 1753 |
# File 'lib/v20190422/models.rb', line 1751 def TableName @TableName end |
#WorkSpaceId ⇒ Object
1751 1752 1753 |
# File 'lib/v20190422/models.rb', line 1751 def WorkSpaceId @WorkSpaceId end |
Instance Method Details
#deserialize(params) ⇒ Object
1760 1761 1762 1763 1764 1765 |
# File 'lib/v20190422/models.rb', line 1760 def deserialize(params) @JobId = params['JobId'] @DebugId = params['DebugId'] @TableName = params['TableName'] @WorkSpaceId = params['WorkSpaceId'] end |