tencentcloud-sdk-iotexplorer 3.0.956 → 3.0.957

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: 366c3765c741918edafb544986397d9755c88c83
4
- data.tar.gz: 00c01a5921cd6c1327f778857ddf76e8f4a72983
3
+ metadata.gz: 7a1cdf36abf0b555251ac76e69a039aaa2ec9387
4
+ data.tar.gz: 0f5c0184875e67f012be2be79fb0c057c70b331a
5
5
  SHA512:
6
- metadata.gz: 46e41a2367764ac52a8eec8643b770a135609d1c8c454d5c05ad4de512dfb5dcc80e9eb19a87df9d54b2dc48e485bc5c1fc21588fc839268b9b5c5361136261a
7
- data.tar.gz: 3892e0da36d977245884b94a902cf40d47649aff96bf22a217f563f7ed1e845076e6ae4932e5a8923b4f2fc85c6146fa116a5571e4f258e7505f9cf7d41028c1
6
+ metadata.gz: 2e5fc2426d9a6202f511881e9fa759d54e7dd6fa3b912952dfe418ecdc194c77677792c7fdc085cc60ea7a3de381c08a700defb6479a6f8eec9ed13ba2c2ff78
7
+ data.tar.gz: 42acb548a7bf3ecc6a19d7ad301ee5ac6e1513f9bf1ebc719b7553e14ab1c36a8ca22f7429b447840ccd13d2efbc0551bc9a847f7a869bfa37211d2f5a13492d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.956
1
+ 3.0.957
@@ -2286,12 +2286,15 @@ module TencentCloud
2286
2286
  # @param LastFailedReason: 量产最后失败原因
2287
2287
  # 注意:此字段可能返回 null,表示取不到有效值。
2288
2288
  # @type LastFailedReason: String
2289
+ # @param Status: 量产状态 0:任务创建,未量产;1:处理中;2:量产结束上传结果中;3:任务完成
2290
+ # 注意:此字段可能返回 null,表示取不到有效值。
2291
+ # @type Status: Integer
2289
2292
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2290
2293
  # @type RequestId: String
2291
2294
 
2292
- attr_accessor :BatchCnt, :BurnMethod, :CreateTime, :DownloadUrl, :GenerationMethod, :UploadUrl, :SuccessCount, :LastFailedReason, :RequestId
2295
+ attr_accessor :BatchCnt, :BurnMethod, :CreateTime, :DownloadUrl, :GenerationMethod, :UploadUrl, :SuccessCount, :LastFailedReason, :Status, :RequestId
2293
2296
 
2294
- def initialize(batchcnt=nil, burnmethod=nil, createtime=nil, downloadurl=nil, generationmethod=nil, uploadurl=nil, successcount=nil, lastfailedreason=nil, requestid=nil)
2297
+ def initialize(batchcnt=nil, burnmethod=nil, createtime=nil, downloadurl=nil, generationmethod=nil, uploadurl=nil, successcount=nil, lastfailedreason=nil, status=nil, requestid=nil)
2295
2298
  @BatchCnt = batchcnt
2296
2299
  @BurnMethod = burnmethod
2297
2300
  @CreateTime = createtime
@@ -2300,6 +2303,7 @@ module TencentCloud
2300
2303
  @UploadUrl = uploadurl
2301
2304
  @SuccessCount = successcount
2302
2305
  @LastFailedReason = lastfailedreason
2306
+ @Status = status
2303
2307
  @RequestId = requestid
2304
2308
  end
2305
2309
 
@@ -2312,6 +2316,7 @@ module TencentCloud
2312
2316
  @UploadUrl = params['UploadUrl']
2313
2317
  @SuccessCount = params['SuccessCount']
2314
2318
  @LastFailedReason = params['LastFailedReason']
2319
+ @Status = params['Status']
2315
2320
  @RequestId = params['RequestId']
2316
2321
  end
2317
2322
  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.956
4
+ version: 3.0.957
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-12-06 00:00:00.000000000 Z
11
+ date: 2024-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common