tencentcloud-sdk-rum 3.0.942 → 3.0.943
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: 02dfd7b57521276c56a1286a1a764b9ff9233290
|
|
4
|
+
data.tar.gz: 10cd686519812e5bea17c7d1903ac8f698861a28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59b9ff3a76696b18ce2e780914a97a89e733059acf018fd7000e6170e93a47a779b083ff7b4491768e809add99a51d7fd2ce75fab2f9bc5b9379d52de6fe2512
|
|
7
|
+
data.tar.gz: 0b9e9f11ca1a7180460e68496c6ffe00b0a919cae99adf2163b463d87c4606116c1f1bdd5c14e51cc011e34cd9d26db78c4a50005e36fc06728c8f1345764328
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.943
|
data/lib/v20210622/models.rb
CHANGED
|
@@ -2876,19 +2876,23 @@ module TencentCloud
|
|
|
2876
2876
|
# @type FileType: Integer
|
|
2877
2877
|
# @param Site: 获取临时签名的bucket是国内站还是国际站(1表示国际站,其它表示国内站)
|
|
2878
2878
|
# @type Site: Integer
|
|
2879
|
+
# @param ID: ProjectID
|
|
2880
|
+
# @type ID: Integer
|
|
2879
2881
|
|
|
2880
|
-
attr_accessor :Timeout, :FileType, :Site
|
|
2882
|
+
attr_accessor :Timeout, :FileType, :Site, :ID
|
|
2881
2883
|
|
|
2882
|
-
def initialize(timeout=nil, filetype=nil, site=nil)
|
|
2884
|
+
def initialize(timeout=nil, filetype=nil, site=nil, id=nil)
|
|
2883
2885
|
@Timeout = timeout
|
|
2884
2886
|
@FileType = filetype
|
|
2885
2887
|
@Site = site
|
|
2888
|
+
@ID = id
|
|
2886
2889
|
end
|
|
2887
2890
|
|
|
2888
2891
|
def deserialize(params)
|
|
2889
2892
|
@Timeout = params['Timeout']
|
|
2890
2893
|
@FileType = params['FileType']
|
|
2891
2894
|
@Site = params['Site']
|
|
2895
|
+
@ID = params['ID']
|
|
2892
2896
|
end
|
|
2893
2897
|
end
|
|
2894
2898
|
|
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.943
|
|
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-11-
|
|
11
|
+
date: 2024-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|