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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220817/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3796ad14303d4ed3b56548356e95bca1dad101a5
|
4
|
+
data.tar.gz: 07d056594eeb5bce2a259d9598103c285d8edfbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ffbb1e410534874d8dd65abffa3bb7c2f640f1ba9939f9a30cbc45eb00dda798312adb10ea0e0a7cf915b384e0985e16124bb040391f02ac4706b558092ea545
|
7
|
+
data.tar.gz: 6e37becc974b96c009a620e029608d53bf01dfbd90ea19488e4298bbb707295433fe9ce34e4e8b9b1967312ef021f03c7fec4d14c33c1941191576c9e516ef1f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.657
|
data/lib/v20220817/models.rb
CHANGED
@@ -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.
|
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
|
+
date: 2023-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|