tencentcloud-sdk-dbbrain 3.0.987 → 3.0.989

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70ec738db36000a1ae6959bade3181a9def063be
4
- data.tar.gz: f05b3f5765f37c6101eecfa3002d5a6c7f9e5722
3
+ metadata.gz: c9fba8bc517ffa7e6dc56e6a2d24567bc15480b6
4
+ data.tar.gz: 013f1acf1766274f5b3797c042a7948f6df3a131
5
5
  SHA512:
6
- metadata.gz: 93988f1d1698642fa710057bfdc386076419fff9c18e17f7ec5218254df2309318772938b9b03bd64c9f5315376facac23d93b02b6c1cf6c6587b6df7aa6497f
7
- data.tar.gz: e5c3dcaf9a26ab52dab426a0407bc231c77293e958ce44d151615405498b76326fc5db4a6f4c824cef21494897d4da66b173de593700a4f9b38fcf82e4cd2525
6
+ metadata.gz: b4d63b0dfcd556a7905a9f47340b81c674367485a82edc5671c5025f01a97fcab27b0637df0293742005607f0e283a102760b98acbee68c53e2b895e8e442b84
7
+ data.tar.gz: 640fc40373a4f6bd843ed8e909e2c267935987d4b25f8ebf949e03a5ece279387fec711a7685f8d5d2da4d3ceb2db816ba3b61287b30a10c94ce524ee6f2b64c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.987
1
+ 3.0.989
@@ -2767,16 +2767,19 @@ module TencentCloud
2767
2767
  # @type InstanceNodeIds: Array
2768
2768
  # @param Limit: top 数目,默认为20,最大值为100。
2769
2769
  # @type Limit: Integer
2770
+ # @param Offset: 偏移量,默认为0。
2771
+ # @type Offset: Integer
2770
2772
 
2771
- attr_accessor :InstanceId, :StartTime, :EndTime, :Product, :InstanceNodeIds, :Limit
2773
+ attr_accessor :InstanceId, :StartTime, :EndTime, :Product, :InstanceNodeIds, :Limit, :Offset
2772
2774
 
2773
- def initialize(instanceid=nil, starttime=nil, endtime=nil, product=nil, instancenodeids=nil, limit=nil)
2775
+ def initialize(instanceid=nil, starttime=nil, endtime=nil, product=nil, instancenodeids=nil, limit=nil, offset=nil)
2774
2776
  @InstanceId = instanceid
2775
2777
  @StartTime = starttime
2776
2778
  @EndTime = endtime
2777
2779
  @Product = product
2778
2780
  @InstanceNodeIds = instancenodeids
2779
2781
  @Limit = limit
2782
+ @Offset = offset
2780
2783
  end
2781
2784
 
2782
2785
  def deserialize(params)
@@ -2786,6 +2789,7 @@ module TencentCloud
2786
2789
  @Product = params['Product']
2787
2790
  @InstanceNodeIds = params['InstanceNodeIds']
2788
2791
  @Limit = params['Limit']
2792
+ @Offset = params['Offset']
2789
2793
  end
2790
2794
  end
2791
2795
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dbbrain
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.987
4
+ version: 3.0.989
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-21 00:00:00.000000000 Z
11
+ date: 2025-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common