tencentcloud-sdk-cdwpg 3.0.1138 → 3.0.1149

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: f1bc63c9cdf234192d9ada6c21004bb45f3bcb8d
4
+ data.tar.gz: 87697cf47764a9bc06ca66bd6995e59f4f150047
5
5
  SHA512:
6
- metadata.gz: d3db982d1067a88e36c524dccc347c30c8eec8adf8e2f17abe1f85da93741371430112fd99af66b2ea28320293b8de2dcfe1f8fcd182a94c8975f8e5fa903d24
7
- data.tar.gz: ad8071b97e53cfe43200e5edbb0bab4e71c53a0734e1e09fd64c77c446fd8e131c5ad878c5da6e7fd09c441efb92a77b985e7e76dcbcbf0f69e5f7cdec4a9141
6
+ metadata.gz: d4b7268912f500600e0acb8d46469df3c721cc4fd2dae3513b9b0042cf209c5ee1da9ddb0bd16af6b1e0d3c446e8dfaee02b7ff060cf23a2e8154b846d34131f
7
+ data.tar.gz: 86b692527992030b1731d855368e46a90e07cfe0facaafa45e954af4a7767c595bd8ce1c0d63d6da04d365c859282fd8be9bd998d7f64fa0c798dc4046592644
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1138
1
+ 3.0.1149
@@ -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.1149
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-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common