tencentcloud-sdk-nodejs-clb 4.1.267 → 4.1.275
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
|
@@ -9016,6 +9016,18 @@ export interface UserGroupInfo {
|
|
|
9016
9016
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9017
9017
|
*/
|
|
9018
9018
|
BudgetName?: string;
|
|
9019
|
+
/**
|
|
9020
|
+
* <p>关联的提示词 ID。</p><p>未关联时为空;「未分组」虚拟分组恒为空。</p><p>参数格式:pmt-1a2b3c4d</p>
|
|
9021
|
+
*/
|
|
9022
|
+
PromptId?: string;
|
|
9023
|
+
/**
|
|
9024
|
+
* <p>关联的提示词版本。</p><p>未关联时为空;「未分组」虚拟分组恒为空。</p>
|
|
9025
|
+
*/
|
|
9026
|
+
PromptVersion?: string;
|
|
9027
|
+
/**
|
|
9028
|
+
* <p>关联的提示词名称。</p><p>未关联时为空;「未分组」虚拟分组恒为空。</p>
|
|
9029
|
+
*/
|
|
9030
|
+
PromptName?: string;
|
|
9019
9031
|
/**
|
|
9020
9032
|
* <p>用户组多刷新周期 Credit 使用情况。</p><p>无多周期预算时为空数组。</p>
|
|
9021
9033
|
*/
|