tencentcloud-sdk-live 3.0.532 → 3.0.533

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b6ffbecf618464f028ec9aa1d6362853058da86f
4
- data.tar.gz: 036c4c0856038ead47638fc3636307312518820d
3
+ metadata.gz: ca16af2216fd9b8d3dff107b28d4d22411d8b3d6
4
+ data.tar.gz: 4e546b1054f3b88ac3d731ca35b8459f35b328ed
5
5
  SHA512:
6
- metadata.gz: 4ca98f8dc19462b1f667ee9c85136becbc4af5f22fab0ed4517215e5eec54428b8215c578ab45b14b3738d57ec2f866e6be6234db3ae060a3278aade16743385
7
- data.tar.gz: 12029c5977a9d73dbe7b0e8f2f5a538aca0d93396a133aa4729f3928e4dcb78ecf5f90c20f15a5aa50210a1ec99cfcca4364e3b3b4e5eeedb38b8ec901b2ff09
6
+ metadata.gz: 04f59e89ebebd16fa244e4fd837349a982666f065625e5107c69acedb1e8fab403f451482a127eadc2e4169fc07781c70a14951e1c3609da1c840d5f50884db8
7
+ data.tar.gz: eacef339826f6e11a0701aff05dc0ba4dbce04ae6c1a08f947412dfbc33ee9b72ff9cb7762b27b0dc87fc4ade5ef16186a8e9ea38d261c6c797b26a42f921f53
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.532
1
+ 3.0.533
@@ -5541,26 +5541,32 @@ module TencentCloud
5541
5541
  class DescribeLogDownloadListRequest < TencentCloud::Common::AbstractModel
5542
5542
  # @param StartTime: 开始时间,北京时间。
5543
5543
  # 格式:yyyy-mm-dd HH:MM:SS。
5544
+ # 注:此字段为北京时间(UTC+8时区)。
5544
5545
  # @type StartTime: String
5545
5546
  # @param EndTime: 结束时间,北京时间。
5546
5547
  # 格式:yyyy-mm-dd HH:MM:SS。
5547
5548
  # 注意:结束时间 - 开始时间 <=7天。
5549
+ # 注:此字段为北京时间(UTC+8时区)。
5548
5550
  # @type EndTime: String
5549
5551
  # @param PlayDomains: 域名列表。
5550
5552
  # @type PlayDomains: Array
5553
+ # @param IsFastLive: 快直播还是标准直播,0:标准直播,1:快直播。默认为0。
5554
+ # @type IsFastLive: Integer
5551
5555
 
5552
- attr_accessor :StartTime, :EndTime, :PlayDomains
5556
+ attr_accessor :StartTime, :EndTime, :PlayDomains, :IsFastLive
5553
5557
 
5554
- def initialize(starttime=nil, endtime=nil, playdomains=nil)
5558
+ def initialize(starttime=nil, endtime=nil, playdomains=nil, isfastlive=nil)
5555
5559
  @StartTime = starttime
5556
5560
  @EndTime = endtime
5557
5561
  @PlayDomains = playdomains
5562
+ @IsFastLive = isfastlive
5558
5563
  end
5559
5564
 
5560
5565
  def deserialize(params)
5561
5566
  @StartTime = params['StartTime']
5562
5567
  @EndTime = params['EndTime']
5563
5568
  @PlayDomains = params['PlayDomains']
5569
+ @IsFastLive = params['IsFastLive']
5564
5570
  end
5565
5571
  end
5566
5572
 
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.532
4
+ version: 3.0.533
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-17 00:00:00.000000000 Z
11
+ date: 2023-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common