tencentcloud-sdk-apm 3.0.1129 → 3.0.1138

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: 07a74446000e0e753294a3020b09c2330764e6e7
4
- data.tar.gz: 3cb02996d429c7d6f2f32c975ccd6fb696fbb938
3
+ metadata.gz: 34d942dc69b52fb78531058c1d9e96aae1d85452
4
+ data.tar.gz: 36d1eb78d88632a82ae14bee50d8b762bb4701b2
5
5
  SHA512:
6
- metadata.gz: 40c97b55899db272fb49456399d0f657130de34b41581830d8b858eb7fcfb7ba9677251706af4707d32ac112c379ad82544756a7f23cf518f32096ba56954355
7
- data.tar.gz: 4e4e0058dd8690292e76d1b6481e6bb936c42dd75d2dd8ec382e78be12944ed9b44459ea60c0928f6c54d4b91bb67f22c307a4b0aedbbef0d76aa4fa842bbdb9
6
+ metadata.gz: 35fb9e06581818e65842294cefc5dc11cfd6cf92de383cbf8ac9482611d2060c4178992dc0b84f620f5a9fd24c5513a8302aecb7bf86a2d80ff4ae6750e274d3
7
+ data.tar.gz: 469b603119b61a2acc148bd070ee487537af711603181fe6ac192cefa0da9db08326ff0bfb0e3cf88bb3ac371a85b84b43ee747da1eacf7dcd4b1543dc649ac0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1129
1
+ 3.0.1138
@@ -214,10 +214,12 @@ module TencentCloud
214
214
  # @type CompareVal: String
215
215
  # @param NameCN: 指标中文名
216
216
  # @type NameCN: String
217
+ # @param NameEN: 指标英文名
218
+ # @type NameEN: String
217
219
 
218
- attr_accessor :Key, :Value, :Unit, :CompareVals, :LastPeriodValue, :CompareVal, :NameCN
220
+ attr_accessor :Key, :Value, :Unit, :CompareVals, :LastPeriodValue, :CompareVal, :NameCN, :NameEN
219
221
 
220
- def initialize(key=nil, value=nil, unit=nil, comparevals=nil, lastperiodvalue=nil, compareval=nil, namecn=nil)
222
+ def initialize(key=nil, value=nil, unit=nil, comparevals=nil, lastperiodvalue=nil, compareval=nil, namecn=nil, nameen=nil)
221
223
  @Key = key
222
224
  @Value = value
223
225
  @Unit = unit
@@ -225,6 +227,7 @@ module TencentCloud
225
227
  @LastPeriodValue = lastperiodvalue
226
228
  @CompareVal = compareval
227
229
  @NameCN = namecn
230
+ @NameEN = nameen
228
231
  end
229
232
 
230
233
  def deserialize(params)
@@ -249,6 +252,7 @@ module TencentCloud
249
252
  end
250
253
  @CompareVal = params['CompareVal']
251
254
  @NameCN = params['NameCN']
255
+ @NameEN = params['NameEN']
252
256
  end
253
257
  end
254
258
 
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.1129
4
+ version: 3.0.1138
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-08-25 00:00:00.000000000 Z
11
+ date: 2025-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common