tencentcloud-sdk-omics 3.0.616 → 3.0.617
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/v20221128/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: c2e3c334b996fbb13ea39f1f28e190a4861aa50f
|
|
4
|
+
data.tar.gz: 27e7390a2dca58ae124a5b357100336373b5f3b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13129086b0c17f2171d141774b32a869eb9f9bec4569417a31eab3e2c2648eeda53868d84c4864e5198f01920127aa7d12ad659a9c32f3bfce35be1870567cfa
|
|
7
|
+
data.tar.gz: 2c7d86c9aecbbdab28573959d17646dc7202a433650cff91b965abbda3e39ff858e6a5052994b7f5c9aa34df343eb906372cff782bbbd71ffa58a9c4361e58df
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.617
|
data/lib/v20221128/models.rb
CHANGED
|
@@ -1013,10 +1013,12 @@ module TencentCloud
|
|
|
1013
1013
|
# @type TableId: String
|
|
1014
1014
|
# @param TableRowUuids: 批量投递表格行UUID。不填表示表格全部行。
|
|
1015
1015
|
# @type TableRowUuids: Array
|
|
1016
|
+
# @param ApplicationVersionId: 应用版本ID。不填表示使用当前最新版本。
|
|
1017
|
+
# @type ApplicationVersionId: String
|
|
1016
1018
|
|
|
1017
|
-
attr_accessor :ApplicationId, :ProjectId, :Name, :EnvironmentId, :InputBase64, :CacheClearDelay, :Option, :Description, :TableId, :TableRowUuids
|
|
1019
|
+
attr_accessor :ApplicationId, :ProjectId, :Name, :EnvironmentId, :InputBase64, :CacheClearDelay, :Option, :Description, :TableId, :TableRowUuids, :ApplicationVersionId
|
|
1018
1020
|
|
|
1019
|
-
def initialize(applicationid=nil, projectid=nil, name=nil, environmentid=nil, inputbase64=nil, cachecleardelay=nil, option=nil, description=nil, tableid=nil, tablerowuuids=nil)
|
|
1021
|
+
def initialize(applicationid=nil, projectid=nil, name=nil, environmentid=nil, inputbase64=nil, cachecleardelay=nil, option=nil, description=nil, tableid=nil, tablerowuuids=nil, applicationversionid=nil)
|
|
1020
1022
|
@ApplicationId = applicationid
|
|
1021
1023
|
@ProjectId = projectid
|
|
1022
1024
|
@Name = name
|
|
@@ -1027,6 +1029,7 @@ module TencentCloud
|
|
|
1027
1029
|
@Description = description
|
|
1028
1030
|
@TableId = tableid
|
|
1029
1031
|
@TableRowUuids = tablerowuuids
|
|
1032
|
+
@ApplicationVersionId = applicationversionid
|
|
1030
1033
|
end
|
|
1031
1034
|
|
|
1032
1035
|
def deserialize(params)
|
|
@@ -1043,6 +1046,7 @@ module TencentCloud
|
|
|
1043
1046
|
@Description = params['Description']
|
|
1044
1047
|
@TableId = params['TableId']
|
|
1045
1048
|
@TableRowUuids = params['TableRowUuids']
|
|
1049
|
+
@ApplicationVersionId = params['ApplicationVersionId']
|
|
1046
1050
|
end
|
|
1047
1051
|
end
|
|
1048
1052
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-omics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.617
|
|
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-07-
|
|
11
|
+
date: 2023-07-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|