tencentcloud-sdk-live 1.0.352 → 1.0.355
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180801/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a77b260224b7b29117fc1ad63656594450ca0f28
|
4
|
+
data.tar.gz: a4bd33376fb68ece681b9d8b1923819626a397d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 925e7dec87469979b2f218a2a775926d9533771a5477f8d46ffd3e2842b5964f767cb9c49ec27ae6839ab866d290ad38811c34b2f2b2779f41733f0b7737174c
|
7
|
+
data.tar.gz: 336834ab8233f8cbf88d95c7ada4a622e5c9aee68e675e14b1130f6dbce2443bd1bc2e473edb800ed7f47405e02183f356f4f3b064f0c665e7ab579a65a7a10f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.355
|
data/lib/v20180801/models.rb
CHANGED
@@ -5591,16 +5591,20 @@ module TencentCloud
|
|
5591
5591
|
# Middle East 中东
|
5592
5592
|
# Africa 非洲。
|
5593
5593
|
# @type RegionNames: Array
|
5594
|
+
# @param CountryNames: 国家,映射表参照如下文档:
|
5595
|
+
# https://cloud.tencent.com/document/product/267/34019。
|
5596
|
+
# @type CountryNames: Array
|
5594
5597
|
|
5595
|
-
attr_accessor :StartTime, :EndTime, :PushDomains, :MainlandOrOversea, :Granularity, :RegionNames
|
5598
|
+
attr_accessor :StartTime, :EndTime, :PushDomains, :MainlandOrOversea, :Granularity, :RegionNames, :CountryNames
|
5596
5599
|
|
5597
|
-
def initialize(starttime=nil, endtime=nil, pushdomains=nil, mainlandoroversea=nil, granularity=nil, regionnames=nil)
|
5600
|
+
def initialize(starttime=nil, endtime=nil, pushdomains=nil, mainlandoroversea=nil, granularity=nil, regionnames=nil, countrynames=nil)
|
5598
5601
|
@StartTime = starttime
|
5599
5602
|
@EndTime = endtime
|
5600
5603
|
@PushDomains = pushdomains
|
5601
5604
|
@MainlandOrOversea = mainlandoroversea
|
5602
5605
|
@Granularity = granularity
|
5603
5606
|
@RegionNames = regionnames
|
5607
|
+
@CountryNames = countrynames
|
5604
5608
|
end
|
5605
5609
|
|
5606
5610
|
def deserialize(params)
|
@@ -5610,6 +5614,7 @@ module TencentCloud
|
|
5610
5614
|
@MainlandOrOversea = params['MainlandOrOversea']
|
5611
5615
|
@Granularity = params['Granularity']
|
5612
5616
|
@RegionNames = params['RegionNames']
|
5617
|
+
@CountryNames = params['CountryNames']
|
5613
5618
|
end
|
5614
5619
|
end
|
5615
5620
|
|
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: 1.0.
|
4
|
+
version: 1.0.355
|
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-07-
|
11
|
+
date: 2022-07-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|