tencentcloud-sdk-lcic 3.0.656 → 3.0.658
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: abeb89ea63be192d4d0cc17a5bc608cc13135121
|
4
|
+
data.tar.gz: 426c736cf16d0cdb3e03ec4a942b4685f9c7b40f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1516d9f4f1c34d4ea0167fe9459a7b51a6d4deb8a4381e06a42ddf2a1aaf46ae224722fa0bce2dd9d30fa2ca5b2f4cd6349780c53c1bbe10b2b7900c9883ec0
|
7
|
+
data.tar.gz: 194212316c56532b18537ab248731d86e03b740a5dc31b1ae019c0c9464aeaacdbed1ded907c197806d512c57b0f3297ed670887da5627030043734e41a892b0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.658
|
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.658
|
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-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|