tencentcloud-sdk-lcic 3.0.609 → 3.0.611

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: 22196b8c9a23500f199b901ed62a1f7e32e1f35d
4
- data.tar.gz: e2c297acf5b5e0494fed76de0c31af1e91249aed
3
+ metadata.gz: 983fa0436f01039168e69c45a17477decb57f5ce
4
+ data.tar.gz: 5751076d8ae20882f1eb387b75ab0138346331cc
5
5
  SHA512:
6
- metadata.gz: d756b95be2c25068f4c9d92a2bb98e328484831270f3209ddc5df5c814d56bc2a105b9dcf00461fa8d0ff7d92415c0e648f107799776c1f1fdd0fd442f4b2662
7
- data.tar.gz: a5c19c8470178091c04e59bc2e4c908341bb8276a98a0af0e884b44fc0954a71eadef77df40ec5c5294b9a5fc5882d018c313ca3c842a3dbc4328495a4b09dd9
6
+ metadata.gz: 87fb16587719697242dd4d20ddab19120e309ac1407ac048fefe48eb749d446595e5242b9620a86b7d8f9178f8cc0d55ee14eea0ceb2dee6e5cc987fe4c05501
7
+ data.tar.gz: acba103924e2af068fca225fde339e7839eda04b7b20b4d4e914ed80024cf0c7de2424b2520ce342ef2f13b15d21a0cb0573afa229e65fa5a7194d1c16e64088
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.609
1
+ 3.0.611
@@ -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.609
4
+ version: 3.0.611
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-10 00:00:00.000000000 Z
11
+ date: 2023-07-12 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: