tencentcloud-sdk-dbbrain 3.0.987 → 3.0.988

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70ec738db36000a1ae6959bade3181a9def063be
4
- data.tar.gz: f05b3f5765f37c6101eecfa3002d5a6c7f9e5722
3
+ metadata.gz: fdd645fafea57779c6336b9a90e7bb2f87039f5f
4
+ data.tar.gz: 9d95148f54001a1a1ce6f71bbbb4b201ceddc856
5
5
  SHA512:
6
- metadata.gz: 93988f1d1698642fa710057bfdc386076419fff9c18e17f7ec5218254df2309318772938b9b03bd64c9f5315376facac23d93b02b6c1cf6c6587b6df7aa6497f
7
- data.tar.gz: e5c3dcaf9a26ab52dab426a0407bc231c77293e958ce44d151615405498b76326fc5db4a6f4c824cef21494897d4da66b173de593700a4f9b38fcf82e4cd2525
6
+ metadata.gz: 3eb29c044507b8896d3a6913a5d900b7efbd323e680012b6365337ec6849496861ffe5c3f6b51614caddefe315027516bfab91d87c1b7589ec7cda5db17ec048
7
+ data.tar.gz: b85e0133591584dd741b9ad430af94487bdb9adffc016fbea201059f712e918b3fe021746aa172ceb5a6b006bb0c2af50a1d5da9980bb3c53640215c270b6d9b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.987
1
+ 3.0.988
@@ -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.988
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-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common