tencentcloud-sdk-live 3.0.1204 → 3.0.1206

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180801/models.rb +12 -20
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d851bbd1bfb975cc714598dae907c8a94be61470
4
- data.tar.gz: 9afcfef754e6110ec8ae5a3fb72d320522604caa
3
+ metadata.gz: 279337efaf6ecabec9252e7b74d01920f2814d73
4
+ data.tar.gz: 984056273919cbfe17699f32e38e20dbeb98467a
5
5
  SHA512:
6
- metadata.gz: 8c4425d85e32ee8ca101fbfc74e0bb8fc098c284b1555a6eb393530437717bae884463946806473aa66870b8e8df4cccc022fcb2a2ba8fe3814a4c64ba7ccaf8
7
- data.tar.gz: c8dda4d3d593edb819f944954d15fcf307a9529912f0d8d5d55dfb033f0f698fa2346b259c3d5fb059fb7d9085cf70bc49c244ec9f2c329a992008a0c6849303
6
+ metadata.gz: e9e60cab8060d538364090152d5dae726dc89386e216a761c1cac6dc1e162645dd8084ef5858269046fbcfc5fed2286f2585b93ac57ffc68fdc9950f512e4202
7
+ data.tar.gz: 8205fe5f014a5b22d2a4bedf46114ca4c2493776b55cc5f532cf96ba07c40cfbbb4bffe5246989547fb5f88cfe91b492970c81fc3bdc45628be784c280c45fbe
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1204
1
+ 3.0.1206
@@ -8632,27 +8632,19 @@ module TencentCloud
8632
8632
 
8633
8633
  # DescribeLiveTranscodeDetailInfo请求参数结构体
8634
8634
  class DescribeLiveTranscodeDetailInfoRequest < TencentCloud::Common::AbstractModel
8635
- # @param PushDomain: 推流域名。
8635
+ # @param PushDomain: <p>推流域名。</p>
8636
8636
  # @type PushDomain: String
8637
- # @param StreamName: 流名称。
8637
+ # @param StreamName: <p>流名称。</p>
8638
8638
  # @type StreamName: String
8639
- # @param DayTime: 查询时间,北京时间,
8640
- # 格式:yyyymmdd。
8641
- # 注意:支持查询近1个月内某天的详细数据,截止到昨天。
8639
+ # @param DayTime: <p>查询时间,北京时间,<br>格式:yyyymmdd。<br>注意:支持查询近1个月内某天的详细数据,截止到昨天。</p>
8642
8640
  # @type DayTime: String
8643
- # @param PageNum: 页数,默认1
8644
- # 不超过100页。
8641
+ # @param PageNum: <p>页数,默认1,<br>不超过100页。</p>
8645
8642
  # @type PageNum: Integer
8646
- # @param PageSize: 每页个数,默认20
8647
- # 范围:[10,1000]。
8643
+ # @param PageSize: <p>每页个数,默认20,<br>范围:[10,1000]。</p>
8648
8644
  # @type PageSize: Integer
8649
- # @param StartDayTime: 起始天时间,北京时间,
8650
- # 格式:yyyymmdd。
8651
- # 注意:支持查询近1个月内的详细数据。
8645
+ # @param StartDayTime: <p>起始天时间,北京时间,<br>格式:yyyymmdd。<br>注意:支持查询近1个月内的详细数据。</p>
8652
8646
  # @type StartDayTime: String
8653
- # @param EndDayTime: 结束天时间,北京时间,
8654
- # 格式:yyyymmdd。
8655
- # 注意:支持查询近1个月内的详细数据,截止到昨天,注意DayTime 与(StartDayTime,EndDayTime)必须要传一个,如果都传,会以DayTime为准 。
8647
+ # @param EndDayTime: <p>结束天时间,北京时间,<br>格式:yyyymmdd。<br>注意:支持查询近1个月内的详细数据,截止到昨天,注意DayTime 与(StartDayTime,EndDayTime)必须要传一个,如果都传,会以DayTime为准 。</p>
8656
8648
  # @type EndDayTime: String
8657
8649
 
8658
8650
  attr_accessor :PushDomain, :StreamName, :DayTime, :PageNum, :PageSize, :StartDayTime, :EndDayTime
@@ -8680,15 +8672,15 @@ module TencentCloud
8680
8672
 
8681
8673
  # DescribeLiveTranscodeDetailInfo返回参数结构体
8682
8674
  class DescribeLiveTranscodeDetailInfoResponse < TencentCloud::Common::AbstractModel
8683
- # @param DataInfoList: 统计数据列表。
8675
+ # @param DataInfoList: <p>统计数据列表。</p>
8684
8676
  # @type DataInfoList: Array
8685
- # @param PageNum: 页码。
8677
+ # @param PageNum: <p>页码。</p>
8686
8678
  # @type PageNum: Integer
8687
- # @param PageSize: 每页个数。
8679
+ # @param PageSize: <p>每页个数。</p>
8688
8680
  # @type PageSize: Integer
8689
- # @param TotalNum: 总个数。
8681
+ # @param TotalNum: <p>总个数。</p>
8690
8682
  # @type TotalNum: Integer
8691
- # @param TotalPage: 总页数。
8683
+ # @param TotalPage: <p>总页数。</p>
8692
8684
  # @type TotalPage: Integer
8693
8685
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8694
8686
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-live
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1204
4
+ version: 3.0.1206
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-20 00:00:00.000000000 Z
11
+ date: 2026-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common