tencentcloud-sdk-lcic 3.0.610 → 3.0.612
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 +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b8a107137c8c1cfacee206c0bf3f9eca53deb91
|
4
|
+
data.tar.gz: 1dea46ba2588739f7804117a8bd4d2b626f30d28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24743eef1f0555cfe1cf515aaebfacca64eb392153b655b205820a43aeaa3fca6dfbbc203bdc7c4375c98fab2677b149c842fef4734b9049db75b58e07dfe44f
|
7
|
+
data.tar.gz: 4a94d75580c1ca4fb7bd284863f82ccf0340bc101c6f29d84a37acd0a10409bcf12f186abace4f882808e6b41a239cee723a8be5a05214732ccb6f7b380d9954
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.612
|
data/lib/v20220817/models.rb
CHANGED
@@ -1431,12 +1431,14 @@ module TencentCloud
|
|
1431
1431
|
# @type DocumentSize: Integer
|
1432
1432
|
# @param UpdateTime: 更新的UNIX时间戳
|
1433
1433
|
# @type UpdateTime: Integer
|
1434
|
+
# @param Pages: 课件页数
|
1435
|
+
# @type Pages: Integer
|
1434
1436
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1435
1437
|
# @type RequestId: String
|
1436
1438
|
|
1437
|
-
attr_accessor :DocumentId, :DocumentUrl, :DocumentName, :Owner, :SdkAppId, :Permission, :TranscodeResult, :TranscodeType, :TranscodeProgress, :TranscodeState, :TranscodeInfo, :DocumentType, :DocumentSize, :UpdateTime, :RequestId
|
1439
|
+
attr_accessor :DocumentId, :DocumentUrl, :DocumentName, :Owner, :SdkAppId, :Permission, :TranscodeResult, :TranscodeType, :TranscodeProgress, :TranscodeState, :TranscodeInfo, :DocumentType, :DocumentSize, :UpdateTime, :Pages, :RequestId
|
1438
1440
|
|
1439
|
-
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, requestid=nil)
|
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)
|
1440
1442
|
@DocumentId = documentid
|
1441
1443
|
@DocumentUrl = documenturl
|
1442
1444
|
@DocumentName = documentname
|
@@ -1451,6 +1453,7 @@ module TencentCloud
|
|
1451
1453
|
@DocumentType = documenttype
|
1452
1454
|
@DocumentSize = documentsize
|
1453
1455
|
@UpdateTime = updatetime
|
1456
|
+
@Pages = pages
|
1454
1457
|
@RequestId = requestid
|
1455
1458
|
end
|
1456
1459
|
|
@@ -1469,6 +1472,7 @@ module TencentCloud
|
|
1469
1472
|
@DocumentType = params['DocumentType']
|
1470
1473
|
@DocumentSize = params['DocumentSize']
|
1471
1474
|
@UpdateTime = params['UpdateTime']
|
1475
|
+
@Pages = params['Pages']
|
1472
1476
|
@RequestId = params['RequestId']
|
1473
1477
|
end
|
1474
1478
|
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.612
|
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-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20220817/client.rb
|
37
|
-
- lib/v20220817/models.rb
|
38
36
|
- lib/tencentcloud-sdk-lcic.rb
|
37
|
+
- lib/v20220817/models.rb
|
38
|
+
- lib/v20220817/client.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|