tencentcloud-sdk-waf 3.0.669 → 3.0.671

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f6b68b9ea955c0f48ac01c1d905421e23fec0d93
4
- data.tar.gz: efeb72cc001f59372f1e29fc35dff3aa9b5fbd37
3
+ metadata.gz: aac7a6f42cc6d1dbd41fe42d40d5af67bee23677
4
+ data.tar.gz: ff5f85de392cf3d0f3864159ffe04e427353104b
5
5
  SHA512:
6
- metadata.gz: 6a436bedbf16e6aab467a8c66d1212e1dd4eb2948325cea30a1dd88ed4e156eaefb909952e05b82de6340989604f1fea349c629e7ced5b1887d5717f3aea39f3
7
- data.tar.gz: add5c4de4aa6d2292d6e1e896e9dc4e5e6a240f7e317dd94c63f3aa9d5b1f4afae9e1480449e7a1b4227fd593337145fd4bc10b76402db3243994abe15c255d8
6
+ metadata.gz: 25321a3b015a45682430004780c8c5209f43ff33140c069161729d11a9b8d06b04b9d99c401db95fe9789992db0f8a2bf3b85d7ec855fe22083713b5e485ac1e
7
+ data.tar.gz: 866b1e40a5d367c8005a8d152bc2b097b90323cae2fd1c4b7f0567caa55941db3bee3c180184eb853137d0a5f15d0e709d476c8e3237f0c922bd04ec9a79eac2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.669
1
+ 3.0.671
@@ -5841,10 +5841,13 @@ module TencentCloud
5841
5841
  # @param InstanceId: 对存在的实例购买bot 或api 安全
5842
5842
  # 注意:此字段可能返回 null,表示取不到有效值。
5843
5843
  # @type InstanceId: String
5844
+ # @param ResourceId: 资源id
5845
+ # 注意:此字段可能返回 null,表示取不到有效值。
5846
+ # @type ResourceId: String
5844
5847
 
5845
- attr_accessor :TimeSpan, :TimeUnit, :SubProductCode, :Pid, :InstanceName, :AutoRenewFlag, :RealRegion, :LabelTypes, :LabelCounts, :CurDeadline, :InstanceId
5848
+ attr_accessor :TimeSpan, :TimeUnit, :SubProductCode, :Pid, :InstanceName, :AutoRenewFlag, :RealRegion, :LabelTypes, :LabelCounts, :CurDeadline, :InstanceId, :ResourceId
5846
5849
 
5847
- def initialize(timespan=nil, timeunit=nil, subproductcode=nil, pid=nil, instancename=nil, autorenewflag=nil, realregion=nil, labeltypes=nil, labelcounts=nil, curdeadline=nil, instanceid=nil)
5850
+ def initialize(timespan=nil, timeunit=nil, subproductcode=nil, pid=nil, instancename=nil, autorenewflag=nil, realregion=nil, labeltypes=nil, labelcounts=nil, curdeadline=nil, instanceid=nil, resourceid=nil)
5848
5851
  @TimeSpan = timespan
5849
5852
  @TimeUnit = timeunit
5850
5853
  @SubProductCode = subproductcode
@@ -5856,6 +5859,7 @@ module TencentCloud
5856
5859
  @LabelCounts = labelcounts
5857
5860
  @CurDeadline = curdeadline
5858
5861
  @InstanceId = instanceid
5862
+ @ResourceId = resourceid
5859
5863
  end
5860
5864
 
5861
5865
  def deserialize(params)
@@ -5870,6 +5874,7 @@ module TencentCloud
5870
5874
  @LabelCounts = params['LabelCounts']
5871
5875
  @CurDeadline = params['CurDeadline']
5872
5876
  @InstanceId = params['InstanceId']
5877
+ @ResourceId = params['ResourceId']
5873
5878
  end
5874
5879
  end
5875
5880
 
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.669
4
+ version: 3.0.671
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-09-27 00:00:00.000000000 Z
11
+ date: 2023-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common