tencentcloud-sdk-lcic 3.0.611 → 3.0.613

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 983fa0436f01039168e69c45a17477decb57f5ce
4
- data.tar.gz: 5751076d8ae20882f1eb387b75ab0138346331cc
3
+ metadata.gz: 2b0ad176d1e7af479303c01bc205d29850008fd2
4
+ data.tar.gz: 4d3a1578f6c432da4bce81980d19399e0b914b2d
5
5
  SHA512:
6
- metadata.gz: 87fb16587719697242dd4d20ddab19120e309ac1407ac048fefe48eb749d446595e5242b9620a86b7d8f9178f8cc0d55ee14eea0ceb2dee6e5cc987fe4c05501
7
- data.tar.gz: acba103924e2af068fca225fde339e7839eda04b7b20b4d4e914ed80024cf0c7de2424b2520ce342ef2f13b15d21a0cb0573afa229e65fa5a7194d1c16e64088
6
+ metadata.gz: 8895cdb26a3292f9b33d9793f48eb3ae368d28e881855b844028f7882e20d15047be8f5eeb771cbc7fcfb23209a80806e3153acfbf9db3470883457f9256ee4a
7
+ data.tar.gz: 5f3a3733b9c03a6070d7380da1a3f3b7a0abbb13d4b7d4f52b353d7ed5e6393a2b06775717eb87955a0d5109cf0e26f69c63049d3337920a39aa2fa26a111395
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.611
1
+ 3.0.613
@@ -1433,12 +1433,14 @@ module TencentCloud
1433
1433
  # @type UpdateTime: Integer
1434
1434
  # @param Pages: 课件页数
1435
1435
  # @type Pages: Integer
1436
+ # @param Preview: 课件预览地址
1437
+ # @type Preview: String
1436
1438
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1437
1439
  # @type RequestId: String
1438
1440
 
1439
- attr_accessor :DocumentId, :DocumentUrl, :DocumentName, :Owner, :SdkAppId, :Permission, :TranscodeResult, :TranscodeType, :TranscodeProgress, :TranscodeState, :TranscodeInfo, :DocumentType, :DocumentSize, :UpdateTime, :Pages, :RequestId
1441
+ attr_accessor :DocumentId, :DocumentUrl, :DocumentName, :Owner, :SdkAppId, :Permission, :TranscodeResult, :TranscodeType, :TranscodeProgress, :TranscodeState, :TranscodeInfo, :DocumentType, :DocumentSize, :UpdateTime, :Pages, :Preview, :RequestId
1440
1442
 
1441
- def initialize(documentid=nil, documenturl=nil, documentname=nil, owner=nil, sdkappid=nil, permission=nil, transcoderesult=nil, transcodetype=nil, transcodeprogress=nil, transcodestate=nil, transcodeinfo=nil, documenttype=nil, documentsize=nil, updatetime=nil, pages=nil, requestid=nil)
1443
+ def initialize(documentid=nil, documenturl=nil, documentname=nil, owner=nil, sdkappid=nil, permission=nil, transcoderesult=nil, transcodetype=nil, transcodeprogress=nil, transcodestate=nil, transcodeinfo=nil, documenttype=nil, documentsize=nil, updatetime=nil, pages=nil, preview=nil, requestid=nil)
1442
1444
  @DocumentId = documentid
1443
1445
  @DocumentUrl = documenturl
1444
1446
  @DocumentName = documentname
@@ -1454,6 +1456,7 @@ module TencentCloud
1454
1456
  @DocumentSize = documentsize
1455
1457
  @UpdateTime = updatetime
1456
1458
  @Pages = pages
1459
+ @Preview = preview
1457
1460
  @RequestId = requestid
1458
1461
  end
1459
1462
 
@@ -1473,6 +1476,7 @@ module TencentCloud
1473
1476
  @DocumentSize = params['DocumentSize']
1474
1477
  @UpdateTime = params['UpdateTime']
1475
1478
  @Pages = params['Pages']
1479
+ @Preview = params['Preview']
1476
1480
  @RequestId = params['RequestId']
1477
1481
  end
1478
1482
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lcic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.611
4
+ version: 3.0.613
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-12 00:00:00.000000000 Z
11
+ date: 2023-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common