tencentcloud-sdk-tcss 3.0.579 → 3.0.580
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201101/models.rb +22 -2
- 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: f5b6fe3d648ac14f64b2c6f0f23903a1c99b17e4
|
|
4
|
+
data.tar.gz: 8fafeac0205beb54b5162161151255f0c385450a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3e4837baf93ff169b98c4aa86b82b9401b1c6b1ca9c20e69d47f8109bd19c552368a0b0869808abb45cabe32ae98fcf4a22d717a5d8a300a256e0a759c5d81e
|
|
7
|
+
data.tar.gz: b4c1b89da93a55c8c612780617640c0d1dfbf6c9ae6222c99caacb9d69237df06bbf1ddb649e159fbdc67740acae5fa7a8aa2679f07c517016a86d3c227d4cee
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.580
|
data/lib/v20201101/models.rb
CHANGED
|
@@ -3346,17 +3346,37 @@ module TencentCloud
|
|
|
3346
3346
|
# @param Version: 组件版本信息
|
|
3347
3347
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3348
3348
|
# @type Version: String
|
|
3349
|
+
# @param FixedVersion: 可修复版本
|
|
3350
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3351
|
+
# @type FixedVersion: String
|
|
3352
|
+
# @param Path: 路径
|
|
3353
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3354
|
+
# @type Path: String
|
|
3355
|
+
# @param Type: 类型
|
|
3356
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3357
|
+
# @type Type: String
|
|
3358
|
+
# @param Name: 组件名称
|
|
3359
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3360
|
+
# @type Name: String
|
|
3349
3361
|
|
|
3350
|
-
attr_accessor :Component, :Version
|
|
3362
|
+
attr_accessor :Component, :Version, :FixedVersion, :Path, :Type, :Name
|
|
3351
3363
|
|
|
3352
|
-
def initialize(component=nil, version=nil)
|
|
3364
|
+
def initialize(component=nil, version=nil, fixedversion=nil, path=nil, type=nil, name=nil)
|
|
3353
3365
|
@Component = component
|
|
3354
3366
|
@Version = version
|
|
3367
|
+
@FixedVersion = fixedversion
|
|
3368
|
+
@Path = path
|
|
3369
|
+
@Type = type
|
|
3370
|
+
@Name = name
|
|
3355
3371
|
end
|
|
3356
3372
|
|
|
3357
3373
|
def deserialize(params)
|
|
3358
3374
|
@Component = params['Component']
|
|
3359
3375
|
@Version = params['Version']
|
|
3376
|
+
@FixedVersion = params['FixedVersion']
|
|
3377
|
+
@Path = params['Path']
|
|
3378
|
+
@Type = params['Type']
|
|
3379
|
+
@Name = params['Name']
|
|
3360
3380
|
end
|
|
3361
3381
|
end
|
|
3362
3382
|
|
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.580
|
|
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
|
+
date: 2023-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|