tencentcloud-sdk-cfg 3.0.1099 → 3.0.1103
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/v20210820/models.rb +6 -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: 6e5db8d27db1a36b78b9da1bc7e7bebc7cb91f4c
|
4
|
+
data.tar.gz: 77492fb35d5ebd15c847159dcbad4d914349154c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 591549cdc69af07e37bdd3e99b0f92ff70ce1ce06b96d0b712f63a7a2e7787f70857e2b3c9b481cb0e840a5a804129897dd9470160259dba287f5be979598da1
|
7
|
+
data.tar.gz: af2473647dd830cf13c14d9364a340910f6d4a7acad374572a2a60dfbab7c10f99de73b08b5b49cea047fa6be594f6946441115cadba023816c6f0ff316d6ef3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1103
|
data/lib/v20210820/models.rb
CHANGED
@@ -2322,14 +2322,17 @@ module TencentCloud
|
|
2322
2322
|
# @type Type: Integer
|
2323
2323
|
# @param Source: 1:平台 2:用户个人
|
2324
2324
|
# @type Source: Integer
|
2325
|
+
# @param TargetStatus: 目标标签是否已被删除
|
2326
|
+
# @type TargetStatus: Integer
|
2325
2327
|
|
2326
|
-
attr_accessor :TargetId, :TargetDesc, :Type, :Source
|
2328
|
+
attr_accessor :TargetId, :TargetDesc, :Type, :Source, :TargetStatus
|
2327
2329
|
|
2328
|
-
def initialize(targetid=nil, targetdesc=nil, type=nil, source=nil)
|
2330
|
+
def initialize(targetid=nil, targetdesc=nil, type=nil, source=nil, targetstatus=nil)
|
2329
2331
|
@TargetId = targetid
|
2330
2332
|
@TargetDesc = targetdesc
|
2331
2333
|
@Type = type
|
2332
2334
|
@Source = source
|
2335
|
+
@TargetStatus = targetstatus
|
2333
2336
|
end
|
2334
2337
|
|
2335
2338
|
def deserialize(params)
|
@@ -2337,6 +2340,7 @@ module TencentCloud
|
|
2337
2340
|
@TargetDesc = params['TargetDesc']
|
2338
2341
|
@Type = params['Type']
|
2339
2342
|
@Source = params['Source']
|
2343
|
+
@TargetStatus = params['TargetStatus']
|
2340
2344
|
end
|
2341
2345
|
end
|
2342
2346
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cfg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1103
|
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-07-
|
11
|
+
date: 2025-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|