tencentcloud-sdk-mps 3.0.1205 → 3.0.1207
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190612/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: 88aaf6187029f2f9abdaf8d69dd1fb338e2aba74
|
|
4
|
+
data.tar.gz: 659504e949df4b8dd33343d4ac8a71df8c775a67
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa33affcaf3eec81783c0fa77ce3b19ae961da7e25ccec379ac9b1f1c9c92c18c36f70b318a5a1c33b655435a072b3cb653ef8fdb1c719f0e50d133d4cd518cc
|
|
7
|
+
data.tar.gz: ec8aa14621e9930665f7fe4f8c7c3ade7649dd9c888905312e3271739d6d97d5fabdc6a605dd8bf956616bc9a8f4b464cbf59d8cb73aa62db6be150d39403ff7
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1207
|
data/lib/v20190612/models.rb
CHANGED
|
@@ -24583,10 +24583,12 @@ module TencentCloud
|
|
|
24583
24583
|
# @type ScheduleId: Integer
|
|
24584
24584
|
# @param AddOnParameter: 图片处理附加参数。
|
|
24585
24585
|
# @type AddOnParameter: :class:`Tencentcloud::Mps.v20190612.models.AddOnParameter`
|
|
24586
|
+
# @param StdExtInfo: 图片处理拓展参数。
|
|
24587
|
+
# @type StdExtInfo: String
|
|
24586
24588
|
|
|
24587
|
-
attr_accessor :InputInfo, :OutputStorage, :OutputDir, :OutputPath, :Definition, :ResourceId, :ImageTask, :ScheduleId, :AddOnParameter
|
|
24589
|
+
attr_accessor :InputInfo, :OutputStorage, :OutputDir, :OutputPath, :Definition, :ResourceId, :ImageTask, :ScheduleId, :AddOnParameter, :StdExtInfo
|
|
24588
24590
|
|
|
24589
|
-
def initialize(inputinfo=nil, outputstorage=nil, outputdir=nil, outputpath=nil, definition=nil, resourceid=nil, imagetask=nil, scheduleid=nil, addonparameter=nil)
|
|
24591
|
+
def initialize(inputinfo=nil, outputstorage=nil, outputdir=nil, outputpath=nil, definition=nil, resourceid=nil, imagetask=nil, scheduleid=nil, addonparameter=nil, stdextinfo=nil)
|
|
24590
24592
|
@InputInfo = inputinfo
|
|
24591
24593
|
@OutputStorage = outputstorage
|
|
24592
24594
|
@OutputDir = outputdir
|
|
@@ -24596,6 +24598,7 @@ module TencentCloud
|
|
|
24596
24598
|
@ImageTask = imagetask
|
|
24597
24599
|
@ScheduleId = scheduleid
|
|
24598
24600
|
@AddOnParameter = addonparameter
|
|
24601
|
+
@StdExtInfo = stdextinfo
|
|
24599
24602
|
end
|
|
24600
24603
|
|
|
24601
24604
|
def deserialize(params)
|
|
@@ -24620,6 +24623,7 @@ module TencentCloud
|
|
|
24620
24623
|
@AddOnParameter = AddOnParameter.new
|
|
24621
24624
|
@AddOnParameter.deserialize(params['AddOnParameter'])
|
|
24622
24625
|
end
|
|
24626
|
+
@StdExtInfo = params['StdExtInfo']
|
|
24623
24627
|
end
|
|
24624
24628
|
end
|
|
24625
24629
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-mps
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1207
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|