tencentcloud-sdk-organization 3.0.1120 → 3.0.1122

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210331/models.rb +12 -13
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f0824a50283ce64b620a1d1c88f7730c3b858398
4
- data.tar.gz: 4b480f5dfeb1ee394ea0c1db3ec0087b9a503c80
3
+ metadata.gz: 1ec743239aae6707d7cef5b6351877a4f336f38e
4
+ data.tar.gz: 208741367aadbc4f56aa69f2c604832803e0d7f3
5
5
  SHA512:
6
- metadata.gz: 733f4ef6a00c8b9b2263c383279fcdd91091b9293bf674b34c64bcb5cb44fcdf2d9672d3082faab80e7347f43ce189166199518832ec9fbbea45d3fc234c943d
7
- data.tar.gz: 4c973213288d9bb6f62fabffe8a58ab4efeed6a925d3fa12fddbb3fec1ab471086c62d27cd6a7b32e4af79e91b1ec167be8ffc670dc5088b56af72666f83e506
6
+ metadata.gz: e21076101dc7e302ab3b454c1083ec5fd3212821e5f05def3d3c7031da6b0295eed4e1991e039c9b5c44dd6f0f0328620587e7897dd1a48a6e03219254f325c8
7
+ data.tar.gz: 672abbf49cf429ccdbf3c11763bc10cf9949950346d69b135de5a6f7705e696e83d9cb695f9d12e76a9a55580bc41012ab1a9ad9c05fe23d7ab4f5258f54f8d5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1120
1
+ 3.0.1122
@@ -3141,15 +3141,15 @@ module TencentCloud
3141
3141
 
3142
3142
  # DescribeResourceToShareMember请求参数结构体
3143
3143
  class DescribeResourceToShareMemberRequest < TencentCloud::Common::AbstractModel
3144
- # @param Area: 地域
3144
+ # @param Area: 共享地域。可通过接口[DescribeShareAreas](https://cloud.tencent.com/document/product/850/103050)获取支持共享的地域。
3145
3145
  # @type Area: String
3146
- # @param Offset: 偏移量
3146
+ # @param Offset: 偏移量。取值是limit的整数倍。默认值 : 0。
3147
3147
  # @type Offset: Integer
3148
- # @param Limit: 每页条数
3148
+ # @param Limit: 限制数目。取值范围:1~50。
3149
3149
  # @type Limit: Integer
3150
- # @param SearchKey: 搜索关键字,支持业务资源ID搜索
3150
+ # @param SearchKey: 搜索关键字,支持业务资源ID搜索。
3151
3151
  # @type SearchKey: String
3152
- # @param Type: 资源类型
3152
+ # @param Type: 共享资源类型。支持共享的资源类型,请参见[资源共享概述](https://cloud.tencent.com/document/product/850/59489)
3153
3153
  # @type Type: String
3154
3154
  # @param ProductResourceIds: 业务资源ID。最大50个
3155
3155
  # @type ProductResourceIds: Array
@@ -7435,20 +7435,19 @@ module TencentCloud
7435
7435
 
7436
7436
  # 与我共享的资源
7437
7437
  class ShareResourceToMember < TencentCloud::Common::AbstractModel
7438
- # @param ResourceId: 资源ID
7438
+ # @param ResourceId: 共享单元资源ID
7439
7439
  # @type ResourceId: String
7440
- # @param Type: 资源类型
7440
+ # @param Type: 资源类型。
7441
7441
  # @type Type: String
7442
- # @param UnitId: 共享单元ID
7442
+ # @param UnitId: 共享单元ID
7443
7443
  # @type UnitId: String
7444
- # @param UnitName: 共享单元名
7444
+ # @param UnitName: 共享单元名称。
7445
7445
  # @type UnitName: String
7446
- # @param CreateTime: 创建时间
7446
+ # @param CreateTime: 创建时间。
7447
7447
  # @type CreateTime: String
7448
- # @param ProductResourceId: 业务资源ID
7448
+ # @param ProductResourceId: 业务资源ID
7449
7449
  # @type ProductResourceId: String
7450
- # @param ShareManagerUin: 共享管理员uin
7451
- # 注意:此字段可能返回 null,表示取不到有效值。
7450
+ # @param ShareManagerUin: 共享账号Uin。
7452
7451
  # @type ShareManagerUin: Integer
7453
7452
 
7454
7453
  attr_accessor :ResourceId, :Type, :UnitId, :UnitName, :CreateTime, :ProductResourceId, :ShareManagerUin
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-organization
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1120
4
+ version: 3.0.1122
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-08-08 00:00:00.000000000 Z
11
+ date: 2025-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common