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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201101/models.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a4ee1bf33e1ba39402f52db121b6adc461b8f01
|
4
|
+
data.tar.gz: 6274877c53a63cfcdaa62f8e69a85828564a63d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ab3707fdaacffa133f7449521ebaaa81ffb08f47a812b00c88e6e0e99e86180053a1a0f12aacad787c343d10b916d97589a5190a74a358e12c11e3aa4c76563
|
7
|
+
data.tar.gz: 05c756e73d21dd3e0668233ffc09061a0cfa960d4cb7c3b220ceeb0ad6e6150b21115e3ce7ff23e5d861293429f309ca904bad78475dad87817de97e394db510
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.626
|
data/lib/v20201101/models.rb
CHANGED
@@ -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,
|
3401
|
-
deprecate :Component=, :none, 2023,
|
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.
|
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-
|
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
|