tencentcloud-sdk-dbbrain 3.0.986 → 3.0.988

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: c559cb23bcdbdee70eeca152ca0bd25f3e2e0de4
4
- data.tar.gz: 0062d3414fd403170279ea7fc5641be0a1907e12
3
+ metadata.gz: fdd645fafea57779c6336b9a90e7bb2f87039f5f
4
+ data.tar.gz: 9d95148f54001a1a1ce6f71bbbb4b201ceddc856
5
5
  SHA512:
6
- metadata.gz: b753510499321917f2875bfe09bffb83c1933381dbded0f44c4089d3442fc18bcc0ef76a335ba4cf4397fe58764575815a96ee6e5d6d4d473dcb3002e4e7999b
7
- data.tar.gz: d98b18f966a6289f0c2bc9852907bab5deb5925d8dd9f0931fd85e772b7b7bd708945940b45bf600f6a6dacfe52e9c5cec4dffc5d5454507556e2d08603cb4e9
6
+ metadata.gz: 3eb29c044507b8896d3a6913a5d900b7efbd323e680012b6365337ec6849496861ffe5c3f6b51614caddefe315027516bfab91d87c1b7589ec7cda5db17ec048
7
+ data.tar.gz: b85e0133591584dd741b9ad430af94487bdb9adffc016fbea201059f712e918b3fe021746aa172ceb5a6b006bb0c2af50a1d5da9980bb3c53640215c270b6d9b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.986
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.986
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-20 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