tencentcloud-sdk-apm 3.0.967 → 3.0.968

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: 78e53c86245179fce2a1c9b38d8ea1e03bb704fd
4
- data.tar.gz: 5995a7f73696b6ef64eaae09aa22e9b8d2f4f2c2
3
+ metadata.gz: 166f7ed3267d3a3cd817aca7daf0c43bd3bb6311
4
+ data.tar.gz: e9f9a58a105ed808ae8ae292c5a62b6458804276
5
5
  SHA512:
6
- metadata.gz: 181c9f6560fe8d30a4424e2bcac2b0d27ca440478c18e83d7cffdfcab7a8a44da36d2c374a2fda61970c73c3fc0797754da345d94663bab01d99a38983872bf5
7
- data.tar.gz: 746cfeb4cb75e451610a2753a800f1d98c25b09d8d96b072a5b54f4f2cef42c6fd2c73d4c789382eff632a9e4b5bf5a4e65a9c6bba1bd99a7190294edf493fb0
6
+ metadata.gz: 10f901edbb742e7152bdea5f8e76b8a3887083dcd9bf66ad6597c2557f4d1fcb946775734c371e5595824ab1d73b586c9890b5d1af9d4e1c530225a63f2121c0
7
+ data.tar.gz: c7fb2c1515a51e6078d261e825afb3e9426c42d8505eed3b3294a95236434412467897b5bac699b223c93d0d9f9959a0706c7f83efe11bcf0a6a6d7bdcb199ef
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.967
1
+ 3.0.968
@@ -1217,10 +1217,13 @@ module TencentCloud
1217
1217
  # 查询过滤参数
1218
1218
  class Filter < TencentCloud::Common::AbstractModel
1219
1219
  # @param Type: 过滤方式(=, !=, in)
1220
+ # 注意:此字段可能返回 null,表示取不到有效值。
1220
1221
  # @type Type: String
1221
1222
  # @param Key: 过滤维度名
1223
+ # 注意:此字段可能返回 null,表示取不到有效值。
1222
1224
  # @type Key: String
1223
1225
  # @param Value: 过滤值,in过滤方式用逗号分割多个值
1226
+ # 注意:此字段可能返回 null,表示取不到有效值。
1224
1227
  # @type Value: String
1225
1228
 
1226
1229
  attr_accessor :Type, :Key, :Value
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.967
4
+ version: 3.0.968
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud