tencentcloud-sdk-cls 3.0.961 → 3.0.962
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/v20201016/models.rb +4 -4
- 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: afb0f1186ad82a4f5c26a09ec010fb5aa3302d53
|
4
|
+
data.tar.gz: 8f1dd054861cf6fded358f7948d4ad3648420d9b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a3c2fe544d022857289d723ba789c31d2d5f8c973449e60a5d1f61f7d001e49eb525c0683b8a60394e7d294655880df3310769ebddad7367008f2694c30e564
|
7
|
+
data.tar.gz: 188bbc6752759ad0e09a8a95ce18ad8bb1ac2ecf30683e276726b90447efa149f1219a091ce4a4bd707d45fcdc892fc59c5d85411b7e8cb9a0cdd7ea6d702783
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.962
|
data/lib/v20201016/models.rb
CHANGED
@@ -10457,8 +10457,8 @@ module TencentCloud
|
|
10457
10457
|
|
10458
10458
|
attr_accessor :LogContent, :LineNum, :DstTopicId, :FailReason, :Time, :DstTopicName
|
10459
10459
|
extend Gem::Deprecate
|
10460
|
-
deprecate :DstTopicName, :none, 2024,
|
10461
|
-
deprecate :DstTopicName=, :none, 2024,
|
10460
|
+
deprecate :DstTopicName, :none, 2024, 12
|
10461
|
+
deprecate :DstTopicName=, :none, 2024, 12
|
10462
10462
|
|
10463
10463
|
def initialize(logcontent=nil, linenum=nil, dsttopicid=nil, failreason=nil, time=nil, dsttopicname=nil)
|
10464
10464
|
@LogContent = logcontent
|
@@ -11729,8 +11729,8 @@ module TencentCloud
|
|
11729
11729
|
|
11730
11730
|
attr_accessor :TopicId, :HashKey, :CompressType
|
11731
11731
|
extend Gem::Deprecate
|
11732
|
-
deprecate :HashKey, :none, 2024,
|
11733
|
-
deprecate :HashKey=, :none, 2024,
|
11732
|
+
deprecate :HashKey, :none, 2024, 12
|
11733
|
+
deprecate :HashKey=, :none, 2024, 12
|
11734
11734
|
|
11735
11735
|
def initialize(topicid=nil, hashkey=nil, compresstype=nil)
|
11736
11736
|
@TopicId = topicid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.962
|
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-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|