tencentcloud-sdk-apm 3.0.1105 → 3.0.1117

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: 859304e300a3f1e0dc0f4a4a4a93c7f0e9b43f95
4
- data.tar.gz: e228645136258bf54c4155d5dc2ea4d1bb87d236
3
+ metadata.gz: b92f522d03ce7e61ef2a1d57cf7a91b291a8ee9a
4
+ data.tar.gz: 7b5ac26a8ffeace8f43c978133080b4ba0e1a635
5
5
  SHA512:
6
- metadata.gz: 98689be23e2fcbb4c117a7d2bee0f18a4de49972e6eb960d5b2398ffe2ae2e0b91dad76916169df58a4df8cc8e31fcd6793dd982bbf07c5af55e223427018a28
7
- data.tar.gz: e64aae1ff8cb10200c8097303381aef127d62cbc40a6c7102d2ce0bd63d14be89916b9c347c18c898c13d6a4aa78ecc7880938911f4320b6056e023219ece77a
6
+ metadata.gz: 039b6b80e9d9bc2b910510f977f7d29a29278db8c1a679ede80f75b20ac7ff718cc45c780da23d9afbc908aa7fc8be8b90f4dfc5d787b3314fd45511f384ad3d
7
+ data.tar.gz: b3364e7286a55deaf8f3ac430582086ef0320cab121bb980c1e9ce7b7c9b45784698e7a8d4a7213e3869a988492307a13d6675e160a75bdf9d764ed075691cc3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1105
1
+ 3.0.1117
@@ -204,16 +204,19 @@ module TencentCloud
204
204
  # @type LastPeriodValue: Array
205
205
  # @param CompareVal: 同比指标值,已弃用,不建议使用
206
206
  # @type CompareVal: String
207
+ # @param NameCN: 指标中文名
208
+ # @type NameCN: String
207
209
 
208
- attr_accessor :Key, :Value, :Unit, :CompareVals, :LastPeriodValue, :CompareVal
210
+ attr_accessor :Key, :Value, :Unit, :CompareVals, :LastPeriodValue, :CompareVal, :NameCN
209
211
 
210
- def initialize(key=nil, value=nil, unit=nil, comparevals=nil, lastperiodvalue=nil, compareval=nil)
212
+ def initialize(key=nil, value=nil, unit=nil, comparevals=nil, lastperiodvalue=nil, compareval=nil, namecn=nil)
211
213
  @Key = key
212
214
  @Value = value
213
215
  @Unit = unit
214
216
  @CompareVals = comparevals
215
217
  @LastPeriodValue = lastperiodvalue
216
218
  @CompareVal = compareval
219
+ @NameCN = namecn
217
220
  end
218
221
 
219
222
  def deserialize(params)
@@ -237,6 +240,7 @@ module TencentCloud
237
240
  end
238
241
  end
239
242
  @CompareVal = params['CompareVal']
243
+ @NameCN = params['NameCN']
240
244
  end
241
245
  end
242
246
 
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.1105
4
+ version: 3.0.1117
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-07-21 00:00:00.000000000 Z
11
+ date: 2025-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common