tencentcloud-sdk-wedata 3.0.1094 → 3.0.1095

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: b51969648b0f1f00277f91800f7acafe348ab7a1
4
- data.tar.gz: 9e882475052f287326cd63a1a97cb3c596bde481
3
+ metadata.gz: 9f45da76e01d17450ecc4900abd207a13d849bab
4
+ data.tar.gz: 180ccd88d4486399600f8ba91a48ebdba2dc946a
5
5
  SHA512:
6
- metadata.gz: fbfe86a4223cfc929fff343324fed5365ddc950529e04f44bcec32e3aa8c12c26fb88597a803aeb38043bcc0b83294687eae88d188e6a913b8f6bc731d955368
7
- data.tar.gz: 59fc5e1d8f832b1c20c447fb342d258d1e90456874a35326926cb0c359f4a88be3e88df9c3aed759c4ad9592ac7b9ebb357b33b7287db0641b070ac8f06d88c7
6
+ metadata.gz: 1c7dbb3ceb205c5d3e4ec4f4f58231e8040127962c5587fe9d6f772fd01c69691966806f04c622504cd605fba75624b18e6dc5f6efc8884e3b35af48ddacddd9
7
+ data.tar.gz: 8caf84c2ee8c2fda1905d063a416169fbd708b48ff7ff9bf0985c67794bd4a0d7865bb06ffc5d5e2b146b3cfd03b48731206f1f9620ebad030f67d471bf8be41
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1095
@@ -2592,16 +2592,20 @@ module TencentCloud
2592
2592
  # @param Position: 类目顺序
2593
2593
  # 注意:此字段可能返回 null,表示取不到有效值。
2594
2594
  # @type Position: Integer
2595
+ # @param NameEn: 类目名称英文
2596
+ # 注意:此字段可能返回 null,表示取不到有效值。
2597
+ # @type NameEn: String
2595
2598
 
2596
- attr_accessor :AppId, :Id, :Level, :Name, :ParentId, :Position
2599
+ attr_accessor :AppId, :Id, :Level, :Name, :ParentId, :Position, :NameEn
2597
2600
 
2598
- def initialize(appid=nil, id=nil, level=nil, name=nil, parentid=nil, position=nil)
2601
+ def initialize(appid=nil, id=nil, level=nil, name=nil, parentid=nil, position=nil, nameen=nil)
2599
2602
  @AppId = appid
2600
2603
  @Id = id
2601
2604
  @Level = level
2602
2605
  @Name = name
2603
2606
  @ParentId = parentid
2604
2607
  @Position = position
2608
+ @NameEn = nameen
2605
2609
  end
2606
2610
 
2607
2611
  def deserialize(params)
@@ -2611,6 +2615,7 @@ module TencentCloud
2611
2615
  @Name = params['Name']
2612
2616
  @ParentId = params['ParentId']
2613
2617
  @Position = params['Position']
2618
+ @NameEn = params['NameEn']
2614
2619
  end
2615
2620
  end
2616
2621
 
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.1094
4
+ version: 3.0.1095
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-05 00:00:00.000000000 Z
11
+ date: 2025-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common