tencentcloud-sdk-nodejs-cfw 4.1.262 → 4.1.264
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
|
@@ -2635,6 +2635,10 @@ export interface DescribeOfflineExportTemporaryCredentialsResponse {
|
|
|
2635
2635
|
* <p>返回信息 success 成功 其他 不成功</p>
|
|
2636
2636
|
*/
|
|
2637
2637
|
ReturnMsg?: string;
|
|
2638
|
+
/**
|
|
2639
|
+
* <p>临时下载链接</p>
|
|
2640
|
+
*/
|
|
2641
|
+
Link?: string;
|
|
2638
2642
|
/**
|
|
2639
2643
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2640
2644
|
*/
|