tencentcloud-sdk-wedata 3.0.642 → 3.0.644

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1ad60c0c581454ec608e554b92bb1fed7c628343
4
- data.tar.gz: 8cf37aba784a14356d71d36b3c2537ae239d462f
3
+ metadata.gz: e64582bc02807f80905d44e07db1069ba9ea8b9c
4
+ data.tar.gz: 7060e0a28b0e28de871c055367e47bc6a6b0e91e
5
5
  SHA512:
6
- metadata.gz: ae8e002a0b7f727905bb7297dbec1971a9d90f2372b035041d46644af437184bd619935536b508ad0cdaa5bb5ef6c8b671beda23ed7a8e216543472a005de040
7
- data.tar.gz: d149247fa7da605a5c7fd809b9ca957e95d51834aca2e02dd7cffa01e9c066e5650ca7bf9b013ceabf41b8f32970686bd6d8bc445145b0a25687bcdd3aa0d94a
6
+ metadata.gz: 709b02cb1969fe3ed9d3418cb86d4a2278b2e2e53c8c66a720c4020df85c15cdfbd9b6a7f3bcfeb509287c84cf6c417dcbee19ba6b93fbb980efd98e97068ec0
7
+ data.tar.gz: 4840a9da14d91fdfbdc69b3e146ea2cecd053f11b5a677fd4c5ac1b7edefc699ce6cea3a7090a7ca8fd72a44969ae47e49d5c45a55071109c43a3f4c88a9b1c9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.642
1
+ 3.0.644
@@ -19817,16 +19817,20 @@ module TencentCloud
19817
19817
  # @param Alias: schema别名
19818
19818
  # 注意:此字段可能返回 null,表示取不到有效值。
19819
19819
  # @type Alias: String
19820
+ # @param Comment: 字段备注
19821
+ # 注意:此字段可能返回 null,表示取不到有效值。
19822
+ # @type Comment: String
19820
19823
 
19821
- attr_accessor :Id, :Name, :Type, :Value, :Properties, :Alias
19824
+ attr_accessor :Id, :Name, :Type, :Value, :Properties, :Alias, :Comment
19822
19825
 
19823
- def initialize(id=nil, name=nil, type=nil, value=nil, properties=nil, _alias=nil)
19826
+ def initialize(id=nil, name=nil, type=nil, value=nil, properties=nil, _alias=nil, comment=nil)
19824
19827
  @Id = id
19825
19828
  @Name = name
19826
19829
  @Type = type
19827
19830
  @Value = value
19828
19831
  @Properties = properties
19829
19832
  @Alias = _alias
19833
+ @Comment = comment
19830
19834
  end
19831
19835
 
19832
19836
  def deserialize(params)
@@ -19843,6 +19847,7 @@ module TencentCloud
19843
19847
  end
19844
19848
  end
19845
19849
  @Alias = params['Alias']
19850
+ @Comment = params['Comment']
19846
19851
  end
19847
19852
  end
19848
19853
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-wedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.642
4
+ version: 3.0.644
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-08-23 00:00:00.000000000 Z
11
+ date: 2023-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common