tencentcloud-sdk-dts 3.0.952 → 3.0.953
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/v20211206/models.rb +10 -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: 164849d64224371945c1dc66f1d71cdb0bdaded8
|
|
4
|
+
data.tar.gz: 3b331b7054ee659e82cff738f5a141e81d59c752
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21ee6d9f97eef5b144b800473c1e8917ab4ee8277fd6eec063e5da7025628c233f39899f70440e66dea648fb87a57d31e61230fbe17ef589eafde22828449341
|
|
7
|
+
data.tar.gz: f4754b418ce0745696eebaee8c2f22eb826fa10ebbf853f2faea2b7f7a4bee818a11236a1049b74a7452b87b32629d29383f2ab359b490fe148a186eca1d754f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.953
|
data/lib/v20211206/models.rb
CHANGED
|
@@ -6710,15 +6710,23 @@ module TencentCloud
|
|
|
6710
6710
|
class SubsErr < TencentCloud::Common::AbstractModel
|
|
6711
6711
|
# @param Message: 报错信息
|
|
6712
6712
|
# @type Message: String
|
|
6713
|
+
# @param Reason: 报错原因
|
|
6714
|
+
# @type Reason: String
|
|
6715
|
+
# @param Solution: 建议的修复方案
|
|
6716
|
+
# @type Solution: String
|
|
6713
6717
|
|
|
6714
|
-
attr_accessor :Message
|
|
6718
|
+
attr_accessor :Message, :Reason, :Solution
|
|
6715
6719
|
|
|
6716
|
-
def initialize(message=nil)
|
|
6720
|
+
def initialize(message=nil, reason=nil, solution=nil)
|
|
6717
6721
|
@Message = message
|
|
6722
|
+
@Reason = reason
|
|
6723
|
+
@Solution = solution
|
|
6718
6724
|
end
|
|
6719
6725
|
|
|
6720
6726
|
def deserialize(params)
|
|
6721
6727
|
@Message = params['Message']
|
|
6728
|
+
@Reason = params['Reason']
|
|
6729
|
+
@Solution = params['Solution']
|
|
6722
6730
|
end
|
|
6723
6731
|
end
|
|
6724
6732
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.953
|
|
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-12-
|
|
11
|
+
date: 2024-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|