tencentcloud-sdk-redis 3.0.766 → 3.0.768
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/v20180412/models.rb +14 -3
- 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: 834644af20e4499190dc38b7a75ed1b44a8675dc
|
4
|
+
data.tar.gz: 34a51e0cc1b3338c8f028e77f05e6f49583b4c3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2bc490ad9d4ff6905d53eeb9c02b5f052e4bab657df6501bd4c2fffe8690431430f4a274808385b9091149dc079729c4c8d3308807e3b3f969e637b793a6c2d3
|
7
|
+
data.tar.gz: f031daaced4783e5a1137314f0ad309ac85cd06bab572adc0229b7331e913e298c8314a6aad8d26a0c5d0e4df5afe363550994048a75f40fef0115d814513a82
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.768
|
data/lib/v20180412/models.rb
CHANGED
@@ -3470,16 +3470,19 @@ module TencentCloud
|
|
3470
3470
|
class DescribeSlowLogResponse < TencentCloud::Common::AbstractModel
|
3471
3471
|
# @param TotalCount: 慢查询总数。
|
3472
3472
|
# @type TotalCount: Integer
|
3473
|
-
# @param InstanceSlowlogDetail:
|
3473
|
+
# @param InstanceSlowlogDetail: 该参数存在命名不规范问题,建议用参数InstanceSlowLogDetail取代。慢查询详情。
|
3474
3474
|
# @type InstanceSlowlogDetail: Array
|
3475
|
+
# @param InstanceSlowLogDetail: 慢查询详情。
|
3476
|
+
# @type InstanceSlowLogDetail: Array
|
3475
3477
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
3476
3478
|
# @type RequestId: String
|
3477
3479
|
|
3478
|
-
attr_accessor :TotalCount, :InstanceSlowlogDetail, :RequestId
|
3480
|
+
attr_accessor :TotalCount, :InstanceSlowlogDetail, :InstanceSlowLogDetail, :RequestId
|
3479
3481
|
|
3480
|
-
def initialize(totalcount=nil, instanceslowlogdetail=nil, requestid=nil)
|
3482
|
+
def initialize(totalcount=nil, instanceslowlogdetail=nil, instanceslowlogdetail=nil, requestid=nil)
|
3481
3483
|
@TotalCount = totalcount
|
3482
3484
|
@InstanceSlowlogDetail = instanceslowlogdetail
|
3485
|
+
@InstanceSlowLogDetail = instanceslowlogdetail
|
3483
3486
|
@RequestId = requestid
|
3484
3487
|
end
|
3485
3488
|
|
@@ -3493,6 +3496,14 @@ module TencentCloud
|
|
3493
3496
|
@InstanceSlowlogDetail << instanceslowlogdetail_tmp
|
3494
3497
|
end
|
3495
3498
|
end
|
3499
|
+
unless params['InstanceSlowLogDetail'].nil?
|
3500
|
+
@InstanceSlowLogDetail = []
|
3501
|
+
params['InstanceSlowLogDetail'].each do |i|
|
3502
|
+
instanceslowlogdetail_tmp = InstanceSlowlogDetail.new
|
3503
|
+
instanceslowlogdetail_tmp.deserialize(i)
|
3504
|
+
@InstanceSlowLogDetail << instanceslowlogdetail_tmp
|
3505
|
+
end
|
3506
|
+
end
|
3496
3507
|
@RequestId = params['RequestId']
|
3497
3508
|
end
|
3498
3509
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-redis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.768
|
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-02-
|
11
|
+
date: 2024-02-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|