tencentcloud-sdk-cloudstudio 3.0.941 → 3.0.942
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/v20230508/models.rb +0 -9
- 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: 8853c58b887bef22e71117eec694f5c0710974cc
|
|
4
|
+
data.tar.gz: 8632cb295c861e60de304bbfd662fe65052e4539
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1bbb7348f082c5c83f002a2a97841c251537196eadc9a15a99d660fa4982f3c50ae5715cdaffbfa7c21c46d4deebdc7065af7fc2f668a542461b2c5b13d927e
|
|
7
|
+
data.tar.gz: 99ef61e1a4f61b35eb3263570b3c4e519a8acff9670df7aa6a1e1c0507e834237093b0cf5261cdd957ff44b0694f2dc024bf1d5c1ed50eba1083fbfb0ce2bb9a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.942
|
data/lib/v20230508/models.rb
CHANGED
|
@@ -185,7 +185,6 @@ module TencentCloud
|
|
|
185
185
|
# DescribeConfig返回参数结构体
|
|
186
186
|
class DescribeConfigResponse < TencentCloud::Common::AbstractModel
|
|
187
187
|
# @param Data: 配置值
|
|
188
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
189
188
|
# @type Data: String
|
|
190
189
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
191
190
|
# @type RequestId: String
|
|
@@ -590,28 +589,20 @@ module TencentCloud
|
|
|
590
589
|
# @param Memory: 内存
|
|
591
590
|
# @type Memory: Integer
|
|
592
591
|
# @param Icon: 工作空间图标
|
|
593
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
594
592
|
# @type Icon: String
|
|
595
593
|
# @param StatusReason: 工作空间状态, 异常原因
|
|
596
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
597
594
|
# @type StatusReason: String
|
|
598
595
|
# @param Description: 工作空间描述
|
|
599
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
600
596
|
# @type Description: String
|
|
601
597
|
# @param WorkspaceType: 工作空间类型
|
|
602
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
603
598
|
# @type WorkspaceType: String
|
|
604
599
|
# @param VersionControlUrl: Git 仓库 HTTPS 地址
|
|
605
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
606
600
|
# @type VersionControlUrl: String
|
|
607
601
|
# @param VersionControlRef: Git 仓库引用。指定分支使用 /refs/heads/{分支名}, 指定 Tag 用 /refs/tags/{Tag名}
|
|
608
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
609
602
|
# @type VersionControlRef: String
|
|
610
603
|
# @param LastOpsDate: 最后操作时间
|
|
611
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
612
604
|
# @type LastOpsDate: String
|
|
613
605
|
# @param CreateDate: 创建时间
|
|
614
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
615
606
|
# @type CreateDate: String
|
|
616
607
|
|
|
617
608
|
attr_accessor :Id, :Name, :SpaceKey, :Status, :Cpu, :Memory, :Icon, :StatusReason, :Description, :WorkspaceType, :VersionControlUrl, :VersionControlRef, :LastOpsDate, :CreateDate
|
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.942
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-11-
|
|
11
|
+
date: 2024-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|