tencentcloud-sdk-live 1.0.352 → 1.0.353
Sign up to get free protection for your applications and to get access to all the features.
- 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: 8501d9dd95ce745bb09110fcc73fef3677eb0788
|
4
|
+
data.tar.gz: 65617403b47cbb57cc7810db2f28b4964d82305d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df0092bcffd31077c179b8436aa8d9761138d2f62811e4dd818ef41b8754726b070e44b8048b3bedb67517472bf8719152023c06577fe3b8bc30a5980ac2d963
|
7
|
+
data.tar.gz: 95dd444062aa4c5541c4b04e1bb76b8d28aa4e59b8e8bd7701aa3e055184340ec57b9d04cee49f7f1d97aae95c7a1e0adc2e3fcd6209581ae39da5bb6aac4609
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.353
|
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.353
|
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-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|