tencentcloud-sdk-lcic 3.0.612 → 3.0.614

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: 0b8a107137c8c1cfacee206c0bf3f9eca53deb91
4
- data.tar.gz: 1dea46ba2588739f7804117a8bd4d2b626f30d28
3
+ metadata.gz: a7e3db5edb85def62801c572b2f9581fa3654c5b
4
+ data.tar.gz: f70b17af7c7c75313b782145b4e129114f6c62d9
5
5
  SHA512:
6
- metadata.gz: 24743eef1f0555cfe1cf515aaebfacca64eb392153b655b205820a43aeaa3fca6dfbbc203bdc7c4375c98fab2677b149c842fef4734b9049db75b58e07dfe44f
7
- data.tar.gz: 4a94d75580c1ca4fb7bd284863f82ccf0340bc101c6f29d84a37acd0a10409bcf12f186abace4f882808e6b41a239cee723a8be5a05214732ccb6f7b380d9954
6
+ metadata.gz: 586cb42e969a2a479702cd92bf99d0340edeaa494c3c61ed0410746205b77cfa8b433a5f24287417b46ed9b847178eaa76736556e200263ea8b9d89c775e1fe7
7
+ data.tar.gz: 6e6607322a881ade0a336a4391890099f1febe3effe1bb2f719ddc7be8dc161aff241018db3c724bc69be37de77196c0076b28f22e2645d385a6df6dfcdccba3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.612
1
+ 3.0.614
@@ -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.612
4
+ version: 3.0.614
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-13 00:00:00.000000000 Z
11
+ date: 2023-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common