Class: TencentCloud::Oceanus::V20190422::DeleteTableConfigRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190422/models.rb

Overview

DeleteTableConfig请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#DebugIdObject

Parameters:

  • JobId:

    作业ID

  • DebugId:

    调试作业ID

  • TableName:

    表名

  • WorkSpaceId:

    工作空间 SerialId



1751
1752
1753
# File 'lib/v20190422/models.rb', line 1751

def DebugId
  @DebugId
end

#JobIdObject

Parameters:

  • JobId:

    作业ID

  • DebugId:

    调试作业ID

  • TableName:

    表名

  • WorkSpaceId:

    工作空间 SerialId



1751
1752
1753
# File 'lib/v20190422/models.rb', line 1751

def JobId
  @JobId
end

#TableNameObject

Parameters:

  • JobId:

    作业ID

  • DebugId:

    调试作业ID

  • TableName:

    表名

  • WorkSpaceId:

    工作空间 SerialId



1751
1752
1753
# File 'lib/v20190422/models.rb', line 1751

def TableName
  @TableName
end

#WorkSpaceIdObject

Parameters:

  • JobId:

    作业ID

  • DebugId:

    调试作业ID

  • TableName:

    表名

  • WorkSpaceId:

    工作空间 SerialId



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