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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae39e92dce4a2b89e0105301638832985d9e07ee
4
- data.tar.gz: f75d57720044212f3c8896f011f47cbe076e8719
3
+ metadata.gz: 8853c58b887bef22e71117eec694f5c0710974cc
4
+ data.tar.gz: 8632cb295c861e60de304bbfd662fe65052e4539
5
5
  SHA512:
6
- metadata.gz: d4836d1661d37d6fbb25491ea94a293d949fc2ab5c73bc7c5e9abbcdf125378cb2152c18949533642afb98c8f45429cbbce79006e5787df98f59abd83af050a7
7
- data.tar.gz: 709b53dd48894e8c56f8db50050ec2f39bd1122d59cef73eff72ed15ae4519f298997546bfe5bbd171bc0d616d14ab96485b770e1194a81f5ea615103540c8c6
6
+ metadata.gz: d1bbb7348f082c5c83f002a2a97841c251537196eadc9a15a99d660fa4982f3c50ae5715cdaffbfa7c21c46d4deebdc7065af7fc2f668a542461b2c5b13d927e
7
+ data.tar.gz: 99ef61e1a4f61b35eb3263570b3c4e519a8acff9670df7aa6a1e1c0507e834237093b0cf5261cdd957ff44b0694f2dc024bf1d5c1ed50eba1083fbfb0ce2bb9a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.941
1
+ 3.0.942
@@ -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.941
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-12 00:00:00.000000000 Z
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