tencentcloud-sdk-cdwpg 3.0.1039 → 3.0.1040
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/v20201230/models.rb +0 -4
- 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: a45796855c5bbfde43fede504e33d78339d4c65d
|
4
|
+
data.tar.gz: fd6394798f54ddb2ddc737be082ea45f6f7d71fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 220ff8f929785c34e0b5595ba50e6f41f4999748a306c24d80157003850488a6b70d8ca444376cf473c1cf56f549da8c7c14314be80191f785e7a92b1d4fdb46
|
7
|
+
data.tar.gz: b5166ef14e5da8645f3d11ef5882eeace47e4dd9426c3781544ece1eb42c45047f9a14d6b881ae1556fafe2040dbb10e2533ec50217551d8611fcb1d04701971
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1040
|
data/lib/v20201230/models.rb
CHANGED
@@ -20,10 +20,8 @@ module TencentCloud
|
|
20
20
|
# 访问信息
|
21
21
|
class AccessInfo < TencentCloud::Common::AbstractModel
|
22
22
|
# @param Address: 地址
|
23
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24
23
|
# @type Address: String
|
25
24
|
# @param Protocol: 协议
|
26
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27
25
|
# @type Protocol: String
|
28
26
|
|
29
27
|
attr_accessor :Address, :Protocol
|
@@ -325,10 +323,8 @@ module TencentCloud
|
|
325
323
|
# CreateInstanceByApi返回参数结构体
|
326
324
|
class CreateInstanceByApiResponse < TencentCloud::Common::AbstractModel
|
327
325
|
# @param FlowId: 流程ID
|
328
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
329
326
|
# @type FlowId: String
|
330
327
|
# @param InstanceId: 实例ID
|
331
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
332
328
|
# @type InstanceId: String
|
333
329
|
# @param ErrorMsg: 错误信息
|
334
330
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cdwpg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1040
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|