tencentcloud-sdk-apm 3.0.596 → 3.0.597

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: 26fa35df1c166c5bf83b6de2803d281af5e05399
4
- data.tar.gz: 0074a41768c02ff095bb6ed07ff456817570faf0
3
+ metadata.gz: 516ec6a6f1c69d86d37c77a5a1fb8468023aa527
4
+ data.tar.gz: e64a722ab834cfe1c1107c34513fe700b32f7060
5
5
  SHA512:
6
- metadata.gz: 438c579b1cf7ce776545aa8dd70db5058869d2ec7885c6323c471936d052debd84d0e3e48cac2817b64c1106c46a5da1a9dbbb240aa4549d19f6c589a31e373e
7
- data.tar.gz: dfc599f0762c78aa0241645629692a5940bd95321f13af946a8e0cc17532407edb32e155cb7dff9ea19fbb5390e9ea3d184e3e6e06db358f63e3ad820deee755
6
+ metadata.gz: 93afd342defb8c741c1ba42ac67907e35fa7b41d511cff440a008b299fdae20f649318bb087b33872414e1a2598d95d950ce8b8f4d0938787b31cac73ee672a2
7
+ data.tar.gz: 94bd00a23382d68c3754396308d39de5d8011e217d7409d13cdca058d6b3a4c0b870dd2bedd3e09311de710aacc4038f129da9e6421c8d9bba44a32b027b28cf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.596
1
+ 3.0.597
@@ -485,14 +485,17 @@ module TencentCloud
485
485
  # @type InstanceIds: Array
486
486
  # @param DemoInstanceFlag: 是否查询官方demo实例
487
487
  # @type DemoInstanceFlag: Integer
488
+ # @param AllRegionsFlag: 是否查询全地域实例
489
+ # @type AllRegionsFlag: Integer
488
490
 
489
- attr_accessor :Tags, :InstanceName, :InstanceIds, :DemoInstanceFlag
491
+ attr_accessor :Tags, :InstanceName, :InstanceIds, :DemoInstanceFlag, :AllRegionsFlag
490
492
 
491
- def initialize(tags=nil, instancename=nil, instanceids=nil, demoinstanceflag=nil)
493
+ def initialize(tags=nil, instancename=nil, instanceids=nil, demoinstanceflag=nil, allregionsflag=nil)
492
494
  @Tags = tags
493
495
  @InstanceName = instancename
494
496
  @InstanceIds = instanceids
495
497
  @DemoInstanceFlag = demoinstanceflag
498
+ @AllRegionsFlag = allregionsflag
496
499
  end
497
500
 
498
501
  def deserialize(params)
@@ -507,6 +510,7 @@ module TencentCloud
507
510
  @InstanceName = params['InstanceName']
508
511
  @InstanceIds = params['InstanceIds']
509
512
  @DemoInstanceFlag = params['DemoInstanceFlag']
513
+ @AllRegionsFlag = params['AllRegionsFlag']
510
514
  end
511
515
  end
512
516
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.596
4
+ version: 3.0.597
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-20 00:00:00.000000000 Z
11
+ date: 2023-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common