tencentcloud-sdk-omics 3.0.615 → 3.0.617

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e772792f6df88770bacf5e552dfb4b39cd378b79
4
- data.tar.gz: f5ba29e69480549db4e684558fe2f6bb1d72604b
3
+ metadata.gz: c2e3c334b996fbb13ea39f1f28e190a4861aa50f
4
+ data.tar.gz: 27e7390a2dca58ae124a5b357100336373b5f3b7
5
5
  SHA512:
6
- metadata.gz: e9cfcb662c3276dad2ed353a2ae1103e7bdff05cdfa57d61a8bb38109b09d19a99cabcaa0cd98dcd7cad286a66c741a6864982a15fec568240d551f8bf9086e5
7
- data.tar.gz: 848e8825dff4935a6bfd4f6d6bc5c76aec65e633b391fd509b333ec2a953a9fbd371ae8002c9aabfc51005378bfebd95f3fa30c4df014e59708b0ae62aace1eb
6
+ metadata.gz: 13129086b0c17f2171d141774b32a869eb9f9bec4569417a31eab3e2c2648eeda53868d84c4864e5198f01920127aa7d12ad659a9c32f3bfce35be1870567cfa
7
+ data.tar.gz: 2c7d86c9aecbbdab28573959d17646dc7202a433650cff91b965abbda3e39ff858e6a5052994b7f5c9aa34df343eb906372cff782bbbd71ffa58a9c4361e58df
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.615
1
+ 3.0.617
@@ -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.615
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-18 00:00:00.000000000 Z
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