tencentcloud-sdk-tcss 3.0.567 → 3.0.568

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: 1954224f0f30c8d53921703b60039582d86bc0fc
4
- data.tar.gz: 67d1efbc7759ec98b3122e0903307c0754bfec7a
3
+ metadata.gz: 9c0212e3583c9e2013b5bef274329e8dd2dc1d30
4
+ data.tar.gz: 385f9fdf61e48a27efee04f4181a9f44a977d025
5
5
  SHA512:
6
- metadata.gz: f2e8b8b0d4338df11ab542c9dccb30fb783ebc8f6cfa4cf401f7afecc147c0cda3ee2d12c47fc6364077bdc10ac6b7795477f3622534aad357e5c55343fd3016
7
- data.tar.gz: c2ce49d70072e86c5520d34f525029b2d43cb3969d65db27322c4a698edc085829679e3af93da0a411aec1d087f78515173005a7a2d4a9142959ee85516a148d
6
+ metadata.gz: 3d2b6511d895ca25037fa607817967f931e03b8527b7c5cbac824e7d9d2ced1e1a783d3732dd7e6f2bb694be925a77416c25b35dd749acd56460ea0ac3aa5a24
7
+ data.tar.gz: d8a14c1544b75ff76f0cf1e4360caca4d725e263e88255fd884b1ad1bf52f9aa7843d6c045cb6cc6d1718cca41bc81d9b6692f10d30449af1b83cd30f928035a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.567
1
+ 3.0.568
@@ -22839,10 +22839,13 @@ module TencentCloud
22839
22839
  # @type AppId: Integer
22840
22840
  # @param Uin: 操作人uin
22841
22841
  # @type Uin: String
22842
+ # @param PolicyId: 策略id
22843
+ # 注意:此字段可能返回 null,表示取不到有效值。
22844
+ # @type PolicyId: Integer
22842
22845
 
22843
- attr_accessor :ClusterId, :ClusterName, :Region, :Action, :Operation, :NetworkPolicyName, :OperationTime, :AppId, :Uin
22846
+ attr_accessor :ClusterId, :ClusterName, :Region, :Action, :Operation, :NetworkPolicyName, :OperationTime, :AppId, :Uin, :PolicyId
22844
22847
 
22845
- def initialize(clusterid=nil, clustername=nil, region=nil, action=nil, operation=nil, networkpolicyname=nil, operationtime=nil, appid=nil, uin=nil)
22848
+ def initialize(clusterid=nil, clustername=nil, region=nil, action=nil, operation=nil, networkpolicyname=nil, operationtime=nil, appid=nil, uin=nil, policyid=nil)
22846
22849
  @ClusterId = clusterid
22847
22850
  @ClusterName = clustername
22848
22851
  @Region = region
@@ -22852,6 +22855,7 @@ module TencentCloud
22852
22855
  @OperationTime = operationtime
22853
22856
  @AppId = appid
22854
22857
  @Uin = uin
22858
+ @PolicyId = policyid
22855
22859
  end
22856
22860
 
22857
22861
  def deserialize(params)
@@ -22864,6 +22868,7 @@ module TencentCloud
22864
22868
  @OperationTime = params['OperationTime']
22865
22869
  @AppId = params['AppId']
22866
22870
  @Uin = params['Uin']
22871
+ @PolicyId = params['PolicyId']
22867
22872
  end
22868
22873
  end
22869
22874
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.567
4
+ version: 3.0.568
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-05-11 00:00:00.000000000 Z
11
+ date: 2023-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common