tencentcloud-sdk-nodejs-dlc 4.1.151 → 4.1.157
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
|
@@ -10388,6 +10388,14 @@ export interface DescribeNativeSparkSessionsRequest {
|
|
|
10388
10388
|
* 资源组ID
|
|
10389
10389
|
*/
|
|
10390
10390
|
ResourceGroupId?: string;
|
|
10391
|
+
/**
|
|
10392
|
+
* 项目ID
|
|
10393
|
+
*/
|
|
10394
|
+
ProjectId?: string;
|
|
10395
|
+
/**
|
|
10396
|
+
* 用户Uin
|
|
10397
|
+
*/
|
|
10398
|
+
UserUin?: string;
|
|
10391
10399
|
}
|
|
10392
10400
|
/**
|
|
10393
10401
|
* DescribeSessionImageVersion请求参数结构体
|