tencentcloud-sdk-tcss 3.0.567 → 3.0.569

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: 1954224f0f30c8d53921703b60039582d86bc0fc
4
- data.tar.gz: 67d1efbc7759ec98b3122e0903307c0754bfec7a
3
+ metadata.gz: e102d11a1557229b043b4be6b315ea3acf725a65
4
+ data.tar.gz: 1db20572df81401b756a01b30566205af3d061a9
5
5
  SHA512:
6
- metadata.gz: f2e8b8b0d4338df11ab542c9dccb30fb783ebc8f6cfa4cf401f7afecc147c0cda3ee2d12c47fc6364077bdc10ac6b7795477f3622534aad357e5c55343fd3016
7
- data.tar.gz: c2ce49d70072e86c5520d34f525029b2d43cb3969d65db27322c4a698edc085829679e3af93da0a411aec1d087f78515173005a7a2d4a9142959ee85516a148d
6
+ metadata.gz: 9ffe14f1a9243b6ac68d602b0bbdd3548583df4b419e8cccbc8de343f98f38a35f90c2a158a861fe9d30f95ccb1824d8f4911395591d6b264605ce9943bac0d2
7
+ data.tar.gz: 72b7083c9886b5b0a276309292019cde76ec0a28c89957ce9c7f35787e3f57de0a2e0caa9ab54253bca6f8735790dc51bdc975ef4b95171d6b7f48dee135bcd1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.567
1
+ 3.0.569
@@ -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.569
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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common