tencentcloud-sdk-waf 3.0.837 → 3.0.838

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: 54472e9edf963398436f0fe167b622c999471717
4
- data.tar.gz: f420b127bfba4a6f3c50b6592cf45bdfec364a43
3
+ metadata.gz: 4e4894fe18357940ac1e1a2d4e0d080f1113dec8
4
+ data.tar.gz: e52091ecd3e42d9a2af7b933dc8ce847ec10c516
5
5
  SHA512:
6
- metadata.gz: 9be12d957e2bb415d8867206e045970979569c0e76830f65eda5e97027db858d1f66246ef2430eb89af85b1e2f5535e1362135c276cf5f481eaa4f44f17d3012
7
- data.tar.gz: 9795f73167c9dc861da65986d7fe7c18dd2a94b28d7a48470be0390fba97bcb6a63804d970770433703e14fc823e16e292fc71ce51c872dd1ec992efabf9f051
6
+ metadata.gz: a0bedb4089912bb2c717a8d8d788ee1807cb0c2ff5803572840957895946300d8fcca7c4f6bbaff6fff0f046fbfeb645a28bda9d258a673241ba0d37d6916e8d
7
+ data.tar.gz: e51a0b36acf352742ef867e88f12a01f7fff4a84af382ab1b6d5b8aac586501b9d3e882772a6a1c53de2beeba4bfce3407ae1921a0eff95a060308436373f566
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.837
1
+ 3.0.838
@@ -3228,20 +3228,24 @@ module TencentCloud
3228
3228
 
3229
3229
  # DescribeAntiFakeRules返回参数结构体
3230
3230
  class DescribeAntiFakeRulesResponse < TencentCloud::Common::AbstractModel
3231
+ # @param Total: 总数
3232
+ # @type Total: Integer
3231
3233
  # @param Data: 返回值
3232
3234
  # 注意:此字段可能返回 null,表示取不到有效值。
3233
3235
  # @type Data: Array
3234
3236
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3235
3237
  # @type RequestId: String
3236
3238
 
3237
- attr_accessor :Data, :RequestId
3239
+ attr_accessor :Total, :Data, :RequestId
3238
3240
 
3239
- def initialize(data=nil, requestid=nil)
3241
+ def initialize(total=nil, data=nil, requestid=nil)
3242
+ @Total = total
3240
3243
  @Data = data
3241
3244
  @RequestId = requestid
3242
3245
  end
3243
3246
 
3244
3247
  def deserialize(params)
3248
+ @Total = params['Total']
3245
3249
  unless params['Data'].nil?
3246
3250
  @Data = []
3247
3251
  params['Data'].each do |i|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-waf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.837
4
+ version: 3.0.838
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-04 00:00:00.000000000 Z
11
+ date: 2024-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common