tencentcloud-sdk-rce 3.0.686 → 3.0.688

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: 8ab9082f733361d8b911009a36c8229748331cb4
4
- data.tar.gz: f1095123810ae02808fa43cb1f64b119c907f544
3
+ metadata.gz: f192aa98dd34e0a0c6d692c4852aff514009275d
4
+ data.tar.gz: 333c10c4da7dc3df9f37a1171d413836735a9174
5
5
  SHA512:
6
- metadata.gz: d6da6290b7d5845547313fbd5af4caad4702cc7d71407764732d59600110e0d70281df50a7af235c8c9c490f2ff63f2ad2ce1a5ffccf7edc87f1e01b036ed2aa
7
- data.tar.gz: 1c5ea0f6c79fa459c6319979606e4cea7cb54f69ae6d6f4935642f983927b9232d7ca3e2fef3ced92d07f9b3dcb33b9114e73b98347c2e5a3ae56db54a696869
6
+ metadata.gz: 28e8e9944c86299c01c8d6200b075370d2ea911c7fbb3393b7173edc63007f3c148b28403d985458212d8adc7e6100872f3f97b0028eea13c217b1c604e14242
7
+ data.tar.gz: 8e22cf8348b267641c0c1e005227cf9bf457182d916dee6bc8790d27ad5f2ff3626e1372ee841e694de7dd27c284828476499839c0ceed4b0a8643a12d767c14
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.686
1
+ 3.0.688
@@ -636,10 +636,13 @@ module TencentCloud
636
636
  # @param ConstId: 唯一ID
637
637
  # 注意:此字段可能返回 null,表示取不到有效值。
638
638
  # @type ConstId: String
639
+ # @param RiskInformation: 扩展信息
640
+ # 注意:此字段可能返回 null,表示取不到有效值。
641
+ # @type RiskInformation: String
639
642
 
640
- attr_accessor :UserId, :PostTime, :AssociateAccount, :UserIp, :RiskLevel, :RiskType, :ConstId
643
+ attr_accessor :UserId, :PostTime, :AssociateAccount, :UserIp, :RiskLevel, :RiskType, :ConstId, :RiskInformation
641
644
 
642
- def initialize(userid=nil, posttime=nil, associateaccount=nil, userip=nil, risklevel=nil, risktype=nil, constid=nil)
645
+ def initialize(userid=nil, posttime=nil, associateaccount=nil, userip=nil, risklevel=nil, risktype=nil, constid=nil, riskinformation=nil)
643
646
  @UserId = userid
644
647
  @PostTime = posttime
645
648
  @AssociateAccount = associateaccount
@@ -647,6 +650,7 @@ module TencentCloud
647
650
  @RiskLevel = risklevel
648
651
  @RiskType = risktype
649
652
  @ConstId = constid
653
+ @RiskInformation = riskinformation
650
654
  end
651
655
 
652
656
  def deserialize(params)
@@ -657,6 +661,7 @@ module TencentCloud
657
661
  @RiskLevel = params['RiskLevel']
658
662
  @RiskType = params['RiskType']
659
663
  @ConstId = params['ConstId']
664
+ @RiskInformation = params['RiskInformation']
660
665
  end
661
666
  end
662
667
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-rce
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.686
4
+ version: 3.0.688
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-10-27 00:00:00.000000000 Z
11
+ date: 2023-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common