tencentcloud-sdk-lcic 3.0.610 → 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: ebd21d33f147edf02d9e00f78edcde12918cb9fd
4
- data.tar.gz: fbf3495e76f2a156a651cdfe962b76a64b8482a5
3
+ metadata.gz: 983fa0436f01039168e69c45a17477decb57f5ce
4
+ data.tar.gz: 5751076d8ae20882f1eb387b75ab0138346331cc
5
5
  SHA512:
6
- metadata.gz: 213465fd9f1574fae4bf30e3becacde0d8cd6584eedf02284dd06a9952a95b5395e298914aeac578f41418da2cdaa11c0bebe98524e909ca0d3e6d085912d934
7
- data.tar.gz: 039fdb1fd81a7c041db6b9369365746b42a8082676184e2dca8c42464a77b54fdedddf55f1ad9ea372cefeb5a65dcc1a653d16b363d69a87bc7e65a02d13d601
6
+ metadata.gz: 87fb16587719697242dd4d20ddab19120e309ac1407ac048fefe48eb749d446595e5242b9620a86b7d8f9178f8cc0d55ee14eea0ceb2dee6e5cc987fe4c05501
7
+ data.tar.gz: acba103924e2af068fca225fde339e7839eda04b7b20b4d4e914ed80024cf0c7de2424b2520ce342ef2f13b15d21a0cb0573afa229e65fa5a7194d1c16e64088
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.610
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.610
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-11 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: