tencentcloud-sdk-nodejs-tsf 4.1.180 → 4.1.208

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tsf",
3
- "version": "4.1.180",
3
+ "version": "4.1.208",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -12932,36 +12932,35 @@ export interface DescribeProgramsResponse {
12932
12932
  */
12933
12933
  export interface ProgramItem {
12934
12934
  /**
12935
- * 数据项ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)接口查询已创建的数据集或登陆控制台进行查看;也可以通过调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。
12936
-
12935
+ * <p>数据项ID,调用<a href="https://console.cloud.tencent.com/tsf/privilege?rid=1&amp;tab=program">DescribePrograms</a>接口查询已创建的数据集或登录控制台进行查看;也可以通过调用<a href="https://cloud.tencent.com/document/api/649/108544">CreateProgram</a>创建新的数据集。</p>
12937
12936
  */
12938
12937
  ProgramItemId?: string;
12939
12938
  /**
12940
- * 资源
12939
+ * <p>资源</p>
12941
12940
  */
12942
12941
  Resource?: Resource;
12943
12942
  /**
12944
- * 数据值列表
12943
+ * <p>数据值列表</p>
12945
12944
  */
12946
12945
  ValueList?: Array<string>;
12947
12946
  /**
12948
- * 全选标识,true: 全选;false: 非全选
12947
+ * <p>全选标识,true: 全选;false: 非全选</p>
12949
12948
  */
12950
12949
  IsAll?: boolean;
12951
12950
  /**
12952
- * 创建时间,时间戳格式【Long
12951
+ * <p>创建时间,时间戳格式【Long】</p>
12953
12952
  */
12954
12953
  CreationTime?: number;
12955
12954
  /**
12956
- * 最后更新时间,时间戳格式【Long】,单位毫秒
12955
+ * <p>最后更新时间,时间戳格式【Long】,单位毫秒</p>
12957
12956
  */
12958
12957
  LastUpdateTime?: number;
12959
12958
  /**
12960
- * 删除标识,true: 可删除;false: 不可删除
12959
+ * <p>删除标识,true: 可删除;false: 不可删除</p>
12961
12960
  */
12962
12961
  DeleteFlag?: boolean;
12963
12962
  /**
12964
- * 数据集ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)查询接口获取
12963
+ * <p>数据集ID,调用<a href="https://console.cloud.tencent.com/tsf/privilege?rid=1&amp;tab=program">DescribePrograms</a>查询接口获取</p>
12965
12964
  */
12966
12965
  ProgramId?: string;
12967
12966
  }