tencentcloud-sdk-tcss 3.0.625 → 3.0.626

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: d54970bbe00fc7527736735eba59c6bba6263fa7
4
- data.tar.gz: 892431bf2bbd628a673918a10b1e64c7f80b2925
3
+ metadata.gz: 3a4ee1bf33e1ba39402f52db121b6adc461b8f01
4
+ data.tar.gz: 6274877c53a63cfcdaa62f8e69a85828564a63d5
5
5
  SHA512:
6
- metadata.gz: cf19457f3fda4c298eab30f01e1d3b19b2fa089bdae81d58014e98a7f3ccf60b7a1653ffbcce2b1a96e7eab5f5031e28fb1ece71f969179ea80d80db12298b4d
7
- data.tar.gz: 805d58a89688c0e1ca036dda00a67c7675ac8827ea9a0639834437979e6112ab0733f0e1d45b6fcc8da37ce4f0eb9d3b49d8e36951c0d9416e2709585c391b07
6
+ metadata.gz: 0ab3707fdaacffa133f7449521ebaaa81ffb08f47a812b00c88e6e0e99e86180053a1a0f12aacad787c343d10b916d97589a5190a74a358e12c11e3aa4c76563
7
+ data.tar.gz: 05c756e73d21dd3e0668233ffc09061a0cfa960d4cb7c3b220ceeb0ad6e6150b21115e3ce7ff23e5d861293429f309ca904bad78475dad87817de97e394db510
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.625
1
+ 3.0.626
@@ -3397,8 +3397,8 @@ module TencentCloud
3397
3397
 
3398
3398
  attr_accessor :Component, :Version, :FixedVersion, :Path, :Type, :Name
3399
3399
  extend Gem::Deprecate
3400
- deprecate :Component, :none, 2023, 7
3401
- deprecate :Component=, :none, 2023, 7
3400
+ deprecate :Component, :none, 2023, 8
3401
+ deprecate :Component=, :none, 2023, 8
3402
3402
 
3403
3403
  def initialize(component=nil, version=nil, fixedversion=nil, path=nil, type=nil, name=nil)
3404
3404
  @Component = component
@@ -25676,7 +25676,7 @@ module TencentCloud
25676
25676
  class SoftQuotaDayInfo < TencentCloud::Common::AbstractModel
25677
25677
  # @param PayTime: 扣费时间
25678
25678
  # @type PayTime: String
25679
- # @param CoresCnt: 计费核数
25679
+ # @param CoresCnt: 计费核数(已废弃)
25680
25680
  # @type CoresCnt: Integer
25681
25681
 
25682
25682
  attr_accessor :PayTime, :CoresCnt
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.625
4
+ version: 3.0.626
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-08-01 00:00:00.000000000 Z
11
+ date: 2023-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common