tencentcloud-sdk-cloudstudio 3.0.564 → 3.0.565
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210524/models.rb +13 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55ea0be405362d77d1076ffb5c2c330558a21461
|
|
4
|
+
data.tar.gz: f4c7f1f7785097a9eb7b4283b38c6da7ca70b9d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48f873090094961c12c5e2717c61c7fc3c1e86228d98c1f3759c2829d84e9e554c295087ca9e8b4c4acb7b4f65e179f55c2ec25d5e9d6ba4119e43a6dca7f1fa
|
|
7
|
+
data.tar.gz: 1962b8d1a84568dab4591ef8bbe812002b61aba5b3dd8d112b50ce8fea87e4d7aa3d12c6feba7a77b1a459d992dac54ba012dfadb18451f597a46f721dd379db
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.565
|
data/lib/v20210524/models.rb
CHANGED
|
@@ -172,17 +172,21 @@ module TencentCloud
|
|
|
172
172
|
# @type CloudStudioSessionTeam: String
|
|
173
173
|
# @param TemplateId: 模板ID
|
|
174
174
|
# @type TemplateId: Integer
|
|
175
|
+
# @param Name: 工作空间名称
|
|
176
|
+
# @type Name: String
|
|
175
177
|
|
|
176
|
-
attr_accessor :CloudStudioSessionTeam, :TemplateId
|
|
178
|
+
attr_accessor :CloudStudioSessionTeam, :TemplateId, :Name
|
|
177
179
|
|
|
178
|
-
def initialize(cloudstudiosessionteam=nil, templateid=nil)
|
|
180
|
+
def initialize(cloudstudiosessionteam=nil, templateid=nil, name=nil)
|
|
179
181
|
@CloudStudioSessionTeam = cloudstudiosessionteam
|
|
180
182
|
@TemplateId = templateid
|
|
183
|
+
@Name = name
|
|
181
184
|
end
|
|
182
185
|
|
|
183
186
|
def deserialize(params)
|
|
184
187
|
@CloudStudioSessionTeam = params['CloudStudioSessionTeam']
|
|
185
188
|
@TemplateId = params['TemplateId']
|
|
189
|
+
@Name = params['Name']
|
|
186
190
|
end
|
|
187
191
|
end
|
|
188
192
|
|
|
@@ -1358,17 +1362,22 @@ module TencentCloud
|
|
|
1358
1362
|
# @param SpaceKey: 工作空间标识
|
|
1359
1363
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1360
1364
|
# @type SpaceKey: String
|
|
1365
|
+
# @param Name: 工作空间名称
|
|
1366
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1367
|
+
# @type Name: String
|
|
1361
1368
|
|
|
1362
|
-
attr_accessor :WorkspaceId, :SpaceKey
|
|
1369
|
+
attr_accessor :WorkspaceId, :SpaceKey, :Name
|
|
1363
1370
|
|
|
1364
|
-
def initialize(workspaceid=nil, spacekey=nil)
|
|
1371
|
+
def initialize(workspaceid=nil, spacekey=nil, name=nil)
|
|
1365
1372
|
@WorkspaceId = workspaceid
|
|
1366
1373
|
@SpaceKey = spacekey
|
|
1374
|
+
@Name = name
|
|
1367
1375
|
end
|
|
1368
1376
|
|
|
1369
1377
|
def deserialize(params)
|
|
1370
1378
|
@WorkspaceId = params['WorkspaceId']
|
|
1371
1379
|
@SpaceKey = params['SpaceKey']
|
|
1380
|
+
@Name = params['Name']
|
|
1372
1381
|
end
|
|
1373
1382
|
end
|
|
1374
1383
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cloudstudio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.565
|
|
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-05-
|
|
11
|
+
date: 2023-05-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|