tencentcloud-sdk-iotexplorer 3.0.936 → 3.0.938

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190423/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45d7595fd0028f43644e69f5797380e0d0b37283
4
- data.tar.gz: 1999849f505699722cf263194e3ba9202facdfab
3
+ metadata.gz: 7756cab135ad278de156a563074d6d5a72f52502
4
+ data.tar.gz: d1a5da56fdb509f8c04534b6d475f4b995808a21
5
5
  SHA512:
6
- metadata.gz: 5e829f0f896fc312d94f66c58315cdc8682f699502795436e2322958b6ac8664709ebd6930dfc6c64014b9a66eb2aa998e69d1e65b2ab80d2658abfd5ac53c2c
7
- data.tar.gz: 92d7768d18b7bc42c145fdfe2fb778f988d53e4ae8f659d139e1de42e2e4cf445097a1998886fa8298db8021dd66538cd39e0ff7fdfc25d37be2e5fd0f044e95
6
+ metadata.gz: c352dd3c5c3199d996850b090dac8eb5c5ca46bde2a9bda21d088ad27a0aaef5c00d0b4cf8fc02c025ffed8845904b02f42b63adeabe64d7e820cba9d73c2891
7
+ data.tar.gz: e192c4d346755da05bef3a449be66fc30b5bce99506601daa065bf786b58b4b8f933a41ed4cbf1672433ebb0e9bdda0ecc49796946857e3ec7a52e808b7d8d8a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.936
1
+ 3.0.938
@@ -2277,18 +2277,26 @@ module TencentCloud
2277
2277
  # @type GenerationMethod: Integer
2278
2278
  # @param UploadUrl: 上传URL。
2279
2279
  # @type UploadUrl: String
2280
+ # @param SuccessCount: 成功数
2281
+ # 注意:此字段可能返回 null,表示取不到有效值。
2282
+ # @type SuccessCount: Integer
2283
+ # @param LastFailedReason: 量产最后失败原因
2284
+ # 注意:此字段可能返回 null,表示取不到有效值。
2285
+ # @type LastFailedReason: String
2280
2286
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2281
2287
  # @type RequestId: String
2282
2288
 
2283
- attr_accessor :BatchCnt, :BurnMethod, :CreateTime, :DownloadUrl, :GenerationMethod, :UploadUrl, :RequestId
2289
+ attr_accessor :BatchCnt, :BurnMethod, :CreateTime, :DownloadUrl, :GenerationMethod, :UploadUrl, :SuccessCount, :LastFailedReason, :RequestId
2284
2290
 
2285
- def initialize(batchcnt=nil, burnmethod=nil, createtime=nil, downloadurl=nil, generationmethod=nil, uploadurl=nil, requestid=nil)
2291
+ def initialize(batchcnt=nil, burnmethod=nil, createtime=nil, downloadurl=nil, generationmethod=nil, uploadurl=nil, successcount=nil, lastfailedreason=nil, requestid=nil)
2286
2292
  @BatchCnt = batchcnt
2287
2293
  @BurnMethod = burnmethod
2288
2294
  @CreateTime = createtime
2289
2295
  @DownloadUrl = downloadurl
2290
2296
  @GenerationMethod = generationmethod
2291
2297
  @UploadUrl = uploadurl
2298
+ @SuccessCount = successcount
2299
+ @LastFailedReason = lastfailedreason
2292
2300
  @RequestId = requestid
2293
2301
  end
2294
2302
 
@@ -2299,6 +2307,8 @@ module TencentCloud
2299
2307
  @DownloadUrl = params['DownloadUrl']
2300
2308
  @GenerationMethod = params['GenerationMethod']
2301
2309
  @UploadUrl = params['UploadUrl']
2310
+ @SuccessCount = params['SuccessCount']
2311
+ @LastFailedReason = params['LastFailedReason']
2302
2312
  @RequestId = params['RequestId']
2303
2313
  end
2304
2314
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.936
4
+ version: 3.0.938
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-05 00:00:00.000000000 Z
11
+ date: 2024-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common