tencentcloud-sdk-nodejs-oceanus 4.1.288 → 4.1.291
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1676,19 +1676,19 @@ export interface SqlGatewayItem {
|
|
|
1676
1676
|
*/
|
|
1677
1677
|
export interface DeleteTableConfigRequest {
|
|
1678
1678
|
/**
|
|
1679
|
-
*
|
|
1679
|
+
* <p>作业ID</p>
|
|
1680
1680
|
*/
|
|
1681
1681
|
JobId: string;
|
|
1682
1682
|
/**
|
|
1683
|
-
*
|
|
1683
|
+
* <p>调试作业ID</p>
|
|
1684
1684
|
*/
|
|
1685
1685
|
DebugId: number;
|
|
1686
1686
|
/**
|
|
1687
|
-
*
|
|
1687
|
+
* <p>表名</p>
|
|
1688
1688
|
*/
|
|
1689
1689
|
TableName: string;
|
|
1690
1690
|
/**
|
|
1691
|
-
*
|
|
1691
|
+
* <p>工作空间 SerialId</p>
|
|
1692
1692
|
*/
|
|
1693
1693
|
WorkSpaceId?: string;
|
|
1694
1694
|
}
|