tencentcloud-sdk-nodejs-bh 4.1.178 → 4.1.184
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
|
@@ -2069,6 +2069,10 @@ export interface DisableExternalAccessRequest {
|
|
|
2069
2069
|
* RunOperationTask返回参数结构体
|
|
2070
2070
|
*/
|
|
2071
2071
|
export interface RunOperationTaskResponse {
|
|
2072
|
+
/**
|
|
2073
|
+
* 子任务Id
|
|
2074
|
+
*/
|
|
2075
|
+
SubTaskId?: string;
|
|
2072
2076
|
/**
|
|
2073
2077
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2074
2078
|
*/
|