tencentcloud-sdk-wedata 3.0.1153 → 3.0.1154

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.
@@ -1223,6 +1223,7 @@ module TencentCloud
1223
1223
  # - GDB
1224
1224
  # - TDENGINE
1225
1225
  # - TDSQLC
1226
+ # - FileSystem
1226
1227
  # @type Type: String
1227
1228
  # @param ProdConProperties: 数据源的配置信息,以JSON KV存储,根据每个数据源类型不同,而KV存储信息不同
1228
1229
 
@@ -1513,22 +1514,22 @@ module TencentCloud
1513
1514
  class CreateProjectMemberRequest < TencentCloud::Common::AbstractModel
1514
1515
  # @param ProjectId: 项目id
1515
1516
  # @type ProjectId: String
1516
- # @param UseUins: 用户id
1517
- # @type UseUins: Array
1517
+ # @param UserUins: 用户id
1518
+ # @type UserUins: Array
1518
1519
  # @param RoleIds: 角色id
1519
1520
  # @type RoleIds: Array
1520
1521
 
1521
- attr_accessor :ProjectId, :UseUins, :RoleIds
1522
+ attr_accessor :ProjectId, :UserUins, :RoleIds
1522
1523
 
1523
- def initialize(projectid=nil, useuins=nil, roleids=nil)
1524
+ def initialize(projectid=nil, useruins=nil, roleids=nil)
1524
1525
  @ProjectId = projectid
1525
- @UseUins = useuins
1526
+ @UserUins = useruins
1526
1527
  @RoleIds = roleids
1527
1528
  end
1528
1529
 
1529
1530
  def deserialize(params)
1530
1531
  @ProjectId = params['ProjectId']
1531
- @UseUins = params['UseUins']
1532
+ @UserUins = params['UserUins']
1532
1533
  @RoleIds = params['RoleIds']
1533
1534
  end
1534
1535
  end
@@ -7750,7 +7751,7 @@ module TencentCloud
7750
7751
 
7751
7752
  # ListResourceGroups请求参数结构体
7752
7753
  class ListResourceGroupsRequest < TencentCloud::Common::AbstractModel
7753
- # @param Type: 执行资源组类型,不能为空
7754
+ # @param Type: 执行资源组类型
7754
7755
 
7755
7756
  # - Schedule --- 调度资源组
7756
7757
  # - Integration --- 集成资源组
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.1153
4
+ version: 3.0.1154
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-10-15 00:00:00.000000000 Z
11
+ date: 2025-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common