tencentcloud-sdk-lcic 3.0.655 → 3.0.657

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4bcf84a2db800029154a9ebf904dd708a4d289af
4
- data.tar.gz: 7aa98aa6ea3261b876e05ac35152ebc6f47c7563
3
+ metadata.gz: 3796ad14303d4ed3b56548356e95bca1dad101a5
4
+ data.tar.gz: 07d056594eeb5bce2a259d9598103c285d8edfbe
5
5
  SHA512:
6
- metadata.gz: 558a4fc3554a9f6fd5eda91c0d034bdc0eee45633e887f450a4c7db4673201eef0b6519ba65bc339dbc23154cfad7bfc0b55858830bded778b48e1ba78136569
7
- data.tar.gz: 782ed8320b6bac0c6eb2f5eeef2df441510fe6aa89319f2575bc6bffb0f32caf61e966c9bbac0e1bb9cefb4e22f349169739f3580875f793c182b77a8c15d548
6
+ metadata.gz: ffbb1e410534874d8dd65abffa3bb7c2f640f1ba9939f9a30cbc45eb00dda798312adb10ea0e0a7cf915b384e0985e16124bb040391f02ac4706b558092ea545
7
+ data.tar.gz: 6e37becc974b96c009a620e029608d53bf01dfbd90ea19488e4298bbb707295433fe9ce34e4e8b9b1967312ef021f03c7fec4d14c33c1941191576c9e516ef1f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.655
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.655
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-08 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