tencentcloud-sdk-nodejs-trtc 4.1.258 → 4.1.259

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-trtc",
3
- "version": "4.1.258",
3
+ "version": "4.1.259",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2046,7 +2046,7 @@ export interface CreateCloudTranscriptionResponse {
2046
2046
  */
2047
2047
  export interface DescribeTRTCMarketQualityDataResponse {
2048
2048
  /**
2049
- * TRTC监控数据出参
2049
+ * <p>TRTC监控数据出参</p>
2050
2050
  注意:此字段可能返回 null,表示取不到有效值。
2051
2051
  */
2052
2052
  Data?: TRTCDataResult;
@@ -4903,25 +4903,23 @@ export interface MixUserInfo {
4903
4903
  */
4904
4904
  export interface DescribeTRTCMarketQualityDataRequest {
4905
4905
  /**
4906
- * 用户SdkAppId(如:1400xxxxxx
4906
+ * <p>用户SdkAppId(如:1400xxxxxx)</p>
4907
4907
  */
4908
4908
  SdkAppId: string;
4909
4909
  /**
4910
- * 查询开始时间,格式为YYYY-MM-DD。(查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天)
4910
+ * <p>查询开始时间,格式为YYYY-MM-DD。(查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天)</p>
4911
4911
  */
4912
4912
  StartTime: string;
4913
4913
  /**
4914
- * 查询结束时间,格式为YYYY-MM-DD
4914
+ * <p>查询结束时间,格式为YYYY-MM-DD。</p>
4915
4915
  */
4916
4916
  EndTime: string;
4917
4917
  /**
4918
- * 返回数据的粒度,支持设为以下值:
4919
- d:按天。此时返回查询时间范围内 UTC 时间为零点的数据。
4920
- h:按小时。此时返回查询时间范围内 UTC 时间为整小时的数据。
4918
+ * <p>返回数据的粒度,支持设为以下值:<br>d:按天。此时返回查询时间范围内 UTC 时间为零点的数据。<br>h:按小时。此时返回查询时间范围内 UTC 时间为整小时的数据。</p>
4921
4919
  */
4922
4920
  Period: string;
4923
4921
  /**
4924
- * 返回数据是否为小数
4922
+ * <p>返回数据是否为小数</p>
4925
4923
  */
4926
4924
  IsFloat?: boolean;
4927
4925
  }