tencentcloud-sdk-cdwpg 3.0.1138 → 3.0.1160

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: 8a3ce6bb91385c3afc6971dfeb8000745104a867
4
- data.tar.gz: 4201eeaf397179e7374b9ad91b8a92f4fbc1c057
3
+ metadata.gz: ca21361873e2f2f9683af4ca2532472e58b5f47f
4
+ data.tar.gz: 88ba4afe6c7da0ef4d33c3e42bed19c8cea99902
5
5
  SHA512:
6
- metadata.gz: d3db982d1067a88e36c524dccc347c30c8eec8adf8e2f17abe1f85da93741371430112fd99af66b2ea28320293b8de2dcfe1f8fcd182a94c8975f8e5fa903d24
7
- data.tar.gz: ad8071b97e53cfe43200e5edbb0bab4e71c53a0734e1e09fd64c77c446fd8e131c5ad878c5da6e7fd09c441efb92a77b985e7e76dcbcbf0f69e5f7cdec4a9141
6
+ metadata.gz: 80f478969b689afd76162954abe7a9ac53488af6881be2670c3209747545161a92d39365a97093902166451b1bb0e95628f9552dd263ef6bf7918510dd76cc26
7
+ data.tar.gz: 995f649e006ddeb79da71ed9b9182b1ebda529db1e25d8870e4d49ba6bdda5b2bf81d7f25918ba82926ba4de273c7d82ed54006703c8d5e4be41ff96d185c375
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1138
1
+ 3.0.1160
@@ -269,8 +269,8 @@ module TencentCloud
269
269
 
270
270
  attr_accessor :InstanceName, :Zone, :UserVPCId, :UserSubnetId, :ChargeProperties, :AdminPassword, :Resources, :Tags, :ProductVersion, :TagItems
271
271
  extend Gem::Deprecate
272
- deprecate :Tags, :none, 2025, 9
273
- deprecate :Tags=, :none, 2025, 9
272
+ deprecate :Tags, :none, 2025, 10
273
+ deprecate :Tags=, :none, 2025, 10
274
274
 
275
275
  def initialize(instancename=nil, zone=nil, uservpcid=nil, usersubnetid=nil, chargeproperties=nil, adminpassword=nil, resources=nil, tags=nil, productversion=nil, tagitems=nil)
276
276
  @InstanceName = instancename
@@ -377,14 +377,17 @@ module TencentCloud
377
377
  # @type TotalCount: Integer
378
378
  # @param Accounts: 账号数组
379
379
  # @type Accounts: Array
380
+ # @param ErrorMsg: error:...
381
+ # @type ErrorMsg: String
380
382
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
381
383
  # @type RequestId: String
382
384
 
383
- attr_accessor :TotalCount, :Accounts, :RequestId
385
+ attr_accessor :TotalCount, :Accounts, :ErrorMsg, :RequestId
384
386
 
385
- def initialize(totalcount=nil, accounts=nil, requestid=nil)
387
+ def initialize(totalcount=nil, accounts=nil, errormsg=nil, requestid=nil)
386
388
  @TotalCount = totalcount
387
389
  @Accounts = accounts
390
+ @ErrorMsg = errormsg
388
391
  @RequestId = requestid
389
392
  end
390
393
 
@@ -398,6 +401,7 @@ module TencentCloud
398
401
  @Accounts << accountinfo_tmp
399
402
  end
400
403
  end
404
+ @ErrorMsg = params['ErrorMsg']
401
405
  @RequestId = params['RequestId']
402
406
  end
403
407
  end
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.1138
4
+ version: 3.0.1160
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-09-10 00:00:00.000000000 Z
11
+ date: 2025-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20201230/client.rb
37
36
  - lib/v20201230/models.rb
37
+ - lib/v20201230/client.rb
38
38
  - lib/tencentcloud-sdk-cdwpg.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby