tencentcloud-sdk-omics 3.0.682 → 3.0.684

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: c619484ed1f9f2b49352df35d88993cff8584daa
4
- data.tar.gz: 3bf3131d8d0881453f09ac8b480a953117c312ec
3
+ metadata.gz: a8b529e9740f241f8ea2a385392ac6f3f5a6c0f2
4
+ data.tar.gz: c3d5f08eee7b3b6a9f579ba21f4652c8ed8f6c0f
5
5
  SHA512:
6
- metadata.gz: 1e8b04e5aab718343e92ec25ed71706b71b7b6c62bff2be8d25fac6585485975543273ed2d760968e669764b6e14fc4307534978f469f85d55cd4c01d1f8f2b4
7
- data.tar.gz: a076a0b11e400a84cfe1d7d8f8d236b812a63d416d1c891dc4ab6b3f8c1667aeb0ac00d82aa55184073f1b96667809236aadb76c3f8878cfeaf391819b6bcdf5
6
+ metadata.gz: 85dab547aae6d1e91ebe6792681e48e52de19fe8f72b38ddfec0919e4b62f7bb2ed8857665ae6a3b5a9a9facc391229c17f6616fa4cf78a7d57308d8c001b94a
7
+ data.tar.gz: bb341116b0b0e47af5cb66aaf70c6dc6d1f4287ca265c2a5188bb32a316099be5d0d8658b7e7bdbe189d2fa3ee250a151c97c2f98c01e8c071876151d431bec3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.682
1
+ 3.0.684
@@ -770,13 +770,13 @@ module TencentCloud
770
770
  class ImportTableFileRequest < TencentCloud::Common::AbstractModel
771
771
  # @param ProjectId: 表格关联的项目ID。
772
772
  # @type ProjectId: String
773
- # @param Name: 表格名称,支持20个字符内的英文字符、数字和下划线。
773
+ # @param Name: 表格名称。最多支持200个字符。
774
774
  # @type Name: String
775
775
  # @param CosUri: 表格文件Cos对象路径。
776
776
  # @type CosUri: String
777
777
  # @param DataType: 表格文件中每列的数据类型,支持的类型包括:Int、Float、String、File、Boolean、Array[Int]、Array[Float]、Array[String]、Array[File]、Array[Boolean]
778
778
  # @type DataType: Array
779
- # @param Description: 表格描述。
779
+ # @param Description: 表格描述。最多支持500个字符。
780
780
  # @type Description: String
781
781
 
782
782
  attr_accessor :ProjectId, :Name, :CosUri, :DataType, :Description
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.682
4
+ version: 3.0.684
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-10-23 00:00:00.000000000 Z
11
+ date: 2023-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common