tencentcloud-sdk-live 3.0.384 → 3.0.387

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: ca1d304258d0a96c8f92854857a87587c29e925d
4
- data.tar.gz: f56bbf711b8e776cf4e4664fee86f59fce1343e9
3
+ metadata.gz: 08a9091c93035da0af7ccbbf54b83537a3169897
4
+ data.tar.gz: c8a714d6f3a4ec8755b7a76ffc260163cae10096
5
5
  SHA512:
6
- metadata.gz: b4a8139cd7ccd8cf24f3de0e443741b6619efae79ee44a051e9f6c1f96a981ceb1ad5420ec17878902234155128275ca538786a8b264e7de3fa469bedba50555
7
- data.tar.gz: c32b71aa0959a00c20ea018e23e417a81ae20f17c7d40d519708571ed0cd542288515e8f1339ceec15640025f90572b3092265b75486b07dc5727b0257450dc4
6
+ metadata.gz: 16cdbfaacb983c36d088c1d462bec496d4fe011fddf6f268bbbe7ac748b1f7ce33746fdb330a75214390a7645b3416d7df0222713c2cc7feb6aea7b6e0c17f76
7
+ data.tar.gz: 98f5c32d6157e32109390f0d269d5e0be275aa2a97742fd9fd0fb63f0390706a27132ad2bdd8edc5d3b3cf6d93d321c4f40cf966a0aa7b77c6cc00dc4fc471df
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.384
1
+ 3.0.387
@@ -3705,15 +3705,19 @@ module TencentCloud
3705
3705
  # @param CreateLimitCount: 可继续添加域名数量。
3706
3706
  # 注意:此字段可能返回 null,表示取不到有效值。
3707
3707
  # @type CreateLimitCount: Integer
3708
+ # @param PlayTypeCount: 启用的播放域名加速区域统计,数组元素分别为:中国大陆(境内),全球地区,国际/港澳台(境外)域名数量。
3709
+ # 注意:此字段可能返回 null,表示取不到有效值。
3710
+ # @type PlayTypeCount: Array
3708
3711
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3709
3712
  # @type RequestId: String
3710
3713
 
3711
- attr_accessor :AllCount, :DomainList, :CreateLimitCount, :RequestId
3714
+ attr_accessor :AllCount, :DomainList, :CreateLimitCount, :PlayTypeCount, :RequestId
3712
3715
 
3713
- def initialize(allcount=nil, domainlist=nil, createlimitcount=nil, requestid=nil)
3716
+ def initialize(allcount=nil, domainlist=nil, createlimitcount=nil, playtypecount=nil, requestid=nil)
3714
3717
  @AllCount = allcount
3715
3718
  @DomainList = domainlist
3716
3719
  @CreateLimitCount = createlimitcount
3720
+ @PlayTypeCount = playtypecount
3717
3721
  @RequestId = requestid
3718
3722
  end
3719
3723
 
@@ -3728,6 +3732,7 @@ module TencentCloud
3728
3732
  end
3729
3733
  end
3730
3734
  @CreateLimitCount = params['CreateLimitCount']
3735
+ @PlayTypeCount = params['PlayTypeCount']
3731
3736
  @RequestId = params['RequestId']
3732
3737
  end
3733
3738
  end
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.384
4
+ version: 3.0.387
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-10 00:00:00.000000000 Z
11
+ date: 2022-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common