tencentcloud-sdk-rum 3.0.860 → 3.0.861
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/v20210622/models.rb +6 -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: 50ae0712a82479f42ca1b3eebee9f13c64862d50
|
|
4
|
+
data.tar.gz: 260633d432d7080d9dc50be9a57c22384cc0f801
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c5a93fc189ded6384b2e9d1c1b2889c56687892e99f33c22709e7ea32f927aa2c25253c3a66ebb4e078581c187b4b7b3b0d466dffda9e2336b12d7a80aeac78
|
|
7
|
+
data.tar.gz: 15164609aeb6db13b8c757e4609af294dac9fec288f110baa4a0e40a351b7cf461d47ae2229c9c755483409a1ce220afb00cd408d6db3d2cd491669a97831057
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.861
|
data/lib/v20210622/models.rb
CHANGED
|
@@ -2870,17 +2870,21 @@ module TencentCloud
|
|
|
2870
2870
|
# @type Timeout: Integer
|
|
2871
2871
|
# @param FileType: bucket类型,不填默认1:web,2:app
|
|
2872
2872
|
# @type FileType: Integer
|
|
2873
|
+
# @param Site: 获取临时签名的bucket是国内站还是国际站(1表示国际站,其它表示国内站)
|
|
2874
|
+
# @type Site: Integer
|
|
2873
2875
|
|
|
2874
|
-
attr_accessor :Timeout, :FileType
|
|
2876
|
+
attr_accessor :Timeout, :FileType, :Site
|
|
2875
2877
|
|
|
2876
|
-
def initialize(timeout=nil, filetype=nil)
|
|
2878
|
+
def initialize(timeout=nil, filetype=nil, site=nil)
|
|
2877
2879
|
@Timeout = timeout
|
|
2878
2880
|
@FileType = filetype
|
|
2881
|
+
@Site = site
|
|
2879
2882
|
end
|
|
2880
2883
|
|
|
2881
2884
|
def deserialize(params)
|
|
2882
2885
|
@Timeout = params['Timeout']
|
|
2883
2886
|
@FileType = params['FileType']
|
|
2887
|
+
@Site = params['Site']
|
|
2884
2888
|
end
|
|
2885
2889
|
end
|
|
2886
2890
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-rum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.861
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-07-
|
|
11
|
+
date: 2024-07-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|