tencentcloud-sdk-cloudstudio 3.0.564 → 3.0.566

Sign up to get free protection for your applications and to get access to all the features.
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: 0f2761a40b45d144a249607a11802a3a1ac712e8
4
+ data.tar.gz: 4de302285e099245513f806cf857b75d7e55dc7c
5
5
  SHA512:
6
- metadata.gz: 9645d069496ee3fb9d2d16ed5169573a80d1d485a8782cc50e5d9aecc4b57e2b9b6bd38db04865977b2eb5c720a356c1eecc79465fc82948c701b68d59ea6b33
7
- data.tar.gz: 44d77a22207f8fd76d85d42caa08fb4256e12e1ee2342794560220164ca1a3edfa1058b4368053f9218eec373d39f8cb8865fc5f9ffb05d5a31eaa44549d89f7
6
+ metadata.gz: 0a1ecbaf5f37d2feb67e96c11ca4bdf7ab77d42006fb2db15f7101a9ba99841b187b653ee81eccfa0bb1df27906d2aeecfd221b568287c524b456b873e658774
7
+ data.tar.gz: 848cbeabeadb12a277d4b2c6e6c79b55e9b4e39445d8314efc5d0da9d2a4b3f6f8944c8be506a70f7bc1fb47e775944ae4b9393b2e2d6b06882321a89daa2c60
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.564
1
+ 3.0.566
@@ -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.566
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-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common