tencentcloud-sdk-cdwpg 3.0.1038 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b814b582fb51ad766104846ad26562fb6214b57b
4
- data.tar.gz: 290989e80502566da806afb8819a11a812c1f2fd
3
+ metadata.gz: a45796855c5bbfde43fede504e33d78339d4c65d
4
+ data.tar.gz: fd6394798f54ddb2ddc737be082ea45f6f7d71fe
5
5
  SHA512:
6
- metadata.gz: f8668fd6d72dc13313b0390f4d67874fd6663bf6022c77f926acd2de5bfc5027539e0edadb31bfde64e453da428d2a0bf54bb6b45bcd29d687c3f3d7656ba9b1
7
- data.tar.gz: a39a476705d397548280c02bd274972dc1413cb8e101fe16fc9f7f362bbce89504d5798b3b4f7dfa8a31b313d2000749ab6a36251ae84b54cd9a27bbba789dbf
6
+ metadata.gz: 220ff8f929785c34e0b5595ba50e6f41f4999748a306c24d80157003850488a6b70d8ca444376cf473c1cf56f549da8c7c14314be80191f785e7a92b1d4fdb46
7
+ data.tar.gz: b5166ef14e5da8645f3d11ef5882eeace47e4dd9426c3781544ece1eb42c45047f9a14d6b881ae1556fafe2040dbb10e2533ec50217551d8611fcb1d04701971
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1038
1
+ 3.0.1040
@@ -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.1038
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-10 00:00:00.000000000 Z
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