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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180412/models.rb +14 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36291099a7311f6fa7c069cdc92729e7410bd1f0
4
- data.tar.gz: c5254cb03f5a2cff1313c14ae40fdbb488ae5be9
3
+ metadata.gz: 834644af20e4499190dc38b7a75ed1b44a8675dc
4
+ data.tar.gz: 34a51e0cc1b3338c8f028e77f05e6f49583b4c3b
5
5
  SHA512:
6
- metadata.gz: 1771d2329d79245f13510d5260940b8ed90ce1d19c03bd59353c0671edb6d00e993d3da55c6d48d50e8fb969d538feb75e987a2244e2ad01127bb4a3b89bbc61
7
- data.tar.gz: 681d22c6cbe8b8d71e329960ba3e88ad9a3b60c80a33dc76ee352f3b4ea446f9f110f769e4c92f7fde17e8490b757a55f4b23dfb86beb8b1c943bc70d5f460e3
6
+ metadata.gz: 2bc490ad9d4ff6905d53eeb9c02b5f052e4bab657df6501bd4c2fffe8690431430f4a274808385b9091149dc079729c4c8d3308807e3b3f969e637b793a6c2d3
7
+ data.tar.gz: f031daaced4783e5a1137314f0ad309ac85cd06bab572adc0229b7331e913e298c8314a6aad8d26a0c5d0e4df5afe363550994048a75f40fef0115d814513a82
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.766
1
+ 3.0.768
@@ -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.766
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-20 00:00:00.000000000 Z
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