tencentcloud-sdk-lcic 3.0.612 → 3.0.613
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220817/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b0ad176d1e7af479303c01bc205d29850008fd2
|
4
|
+
data.tar.gz: 4d3a1578f6c432da4bce81980d19399e0b914b2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8895cdb26a3292f9b33d9793f48eb3ae368d28e881855b844028f7882e20d15047be8f5eeb771cbc7fcfb23209a80806e3153acfbf9db3470883457f9256ee4a
|
7
|
+
data.tar.gz: 5f3a3733b9c03a6070d7380da1a3f3b7a0abbb13d4b7d4f52b353d7ed5e6393a2b06775717eb87955a0d5109cf0e26f69c63049d3337920a39aa2fa26a111395
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.613
|
data/lib/v20220817/models.rb
CHANGED
@@ -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.
|
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-
|
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
|