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 +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: a7e3db5edb85def62801c572b2f9581fa3654c5b
|
4
|
+
data.tar.gz: f70b17af7c7c75313b782145b4e129114f6c62d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 586cb42e969a2a479702cd92bf99d0340edeaa494c3c61ed0410746205b77cfa8b433a5f24287417b46ed9b847178eaa76736556e200263ea8b9d89c775e1fe7
|
7
|
+
data.tar.gz: 6e6607322a881ade0a336a4391890099f1febe3effe1bb2f719ddc7be8dc161aff241018db3c724bc69be37de77196c0076b28f22e2645d385a6df6dfcdccba3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.614
|
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.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-
|
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
|