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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210524/models.rb +13 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 52b385c9cebc7e96c5ace822344b5fbae790b03c
4
- data.tar.gz: 149957aa030df2c9d73d6ca84991a77ec72d0779
3
+ metadata.gz: 55ea0be405362d77d1076ffb5c2c330558a21461
4
+ data.tar.gz: f4c7f1f7785097a9eb7b4283b38c6da7ca70b9d3
5
5
  SHA512:
6
- metadata.gz: 9645d069496ee3fb9d2d16ed5169573a80d1d485a8782cc50e5d9aecc4b57e2b9b6bd38db04865977b2eb5c720a356c1eecc79465fc82948c701b68d59ea6b33
7
- data.tar.gz: 44d77a22207f8fd76d85d42caa08fb4256e12e1ee2342794560220164ca1a3edfa1058b4368053f9218eec373d39f8cb8865fc5f9ffb05d5a31eaa44549d89f7
6
+ metadata.gz: 48f873090094961c12c5e2717c61c7fc3c1e86228d98c1f3759c2829d84e9e554c295087ca9e8b4c4acb7b4f65e179f55c2ec25d5e9d6ba4119e43a6dca7f1fa
7
+ data.tar.gz: 1962b8d1a84568dab4591ef8bbe812002b61aba5b3dd8d112b50ce8fea87e4d7aa3d12c6feba7a77b1a459d992dac54ba012dfadb18451f597a46f721dd379db
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.564
1
+ 3.0.565
@@ -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.564
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-08 00:00:00.000000000 Z
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