tencentcloud-sdk-lcic 3.0.656 → 3.0.657

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: d87bd864e9d6abe00aaf1a09b65d956d398959a2
4
- data.tar.gz: ec131818367d6ea326ddb010d5f3140ae7cc002a
3
+ metadata.gz: 3796ad14303d4ed3b56548356e95bca1dad101a5
4
+ data.tar.gz: 07d056594eeb5bce2a259d9598103c285d8edfbe
5
5
  SHA512:
6
- metadata.gz: d5d105575468717f0e4243467ef98f7457b9eee07a8f912ff524d3b5f0d91b773476bf24bd5da604b37b5b5e0d9942b301172232d19537f6ef7f3d4a680093b7
7
- data.tar.gz: 26dd2b7fa71851516c7b99b88d88100b0b672361d2e0c0120dceb8760f324cd88412769170d3880b573ad134e20e0f7e96b55c5b23fd36339111c69151b45ffb
6
+ metadata.gz: ffbb1e410534874d8dd65abffa3bb7c2f640f1ba9939f9a30cbc45eb00dda798312adb10ea0e0a7cf915b384e0985e16124bb040391f02ac4706b558092ea545
7
+ data.tar.gz: 6e37becc974b96c009a620e029608d53bf01dfbd90ea19488e4298bbb707295433fe9ce34e4e8b9b1967312ef021f03c7fec4d14c33c1941191576c9e516ef1f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.656
1
+ 3.0.657
@@ -629,10 +629,12 @@ module TencentCloud
629
629
  # @type DocumentType: String
630
630
  # @param DocumentSize: 文档大小,单位 字节
631
631
  # @type DocumentSize: Integer
632
+ # @param AutoHandleUnsupportedElement: 是否对不支持元素开启自动处理的功能。默认关闭。
633
+ # @type AutoHandleUnsupportedElement: Boolean
632
634
 
633
- attr_accessor :SdkAppId, :DocumentUrl, :DocumentName, :Owner, :TranscodeType, :Permission, :DocumentType, :DocumentSize
635
+ attr_accessor :SdkAppId, :DocumentUrl, :DocumentName, :Owner, :TranscodeType, :Permission, :DocumentType, :DocumentSize, :AutoHandleUnsupportedElement
634
636
 
635
- def initialize(sdkappid=nil, documenturl=nil, documentname=nil, owner=nil, transcodetype=nil, permission=nil, documenttype=nil, documentsize=nil)
637
+ def initialize(sdkappid=nil, documenturl=nil, documentname=nil, owner=nil, transcodetype=nil, permission=nil, documenttype=nil, documentsize=nil, autohandleunsupportedelement=nil)
636
638
  @SdkAppId = sdkappid
637
639
  @DocumentUrl = documenturl
638
640
  @DocumentName = documentname
@@ -641,6 +643,7 @@ module TencentCloud
641
643
  @Permission = permission
642
644
  @DocumentType = documenttype
643
645
  @DocumentSize = documentsize
646
+ @AutoHandleUnsupportedElement = autohandleunsupportedelement
644
647
  end
645
648
 
646
649
  def deserialize(params)
@@ -652,6 +655,7 @@ module TencentCloud
652
655
  @Permission = params['Permission']
653
656
  @DocumentType = params['DocumentType']
654
657
  @DocumentSize = params['DocumentSize']
658
+ @AutoHandleUnsupportedElement = params['AutoHandleUnsupportedElement']
655
659
  end
656
660
  end
657
661
 
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.656
4
+ version: 3.0.657
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-09-11 00:00:00.000000000 Z
11
+ date: 2023-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common