tencentcloud-sdk-cfg 3.0.908 → 3.0.910

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb40fd97da2cebbc706dbb26fd64f756e1b233b1
4
- data.tar.gz: 692e6fcacf0bcfea41822bfb2daaa6a6c2a07663
3
+ metadata.gz: f156a5f246b975a5e1c8ea6faca2ca1c8891685e
4
+ data.tar.gz: 1f89b9e2f42aa8c8d5dc54ce8ff48493be8f6ffd
5
5
  SHA512:
6
- metadata.gz: 4856b7caf170b21f4ee2ffe3f05d14f12030fe1a951355ad51da3bf79041dc13c2c05aeecef048dd43d798d1d8d83cdf687b62d9515184ae5c9c6c0c5d037d3e
7
- data.tar.gz: 22ba60955813ab630be71cd6d3bf35567f4c8ed6957c162054e71477b43b1fc1644cadb07feac995e9ed7f8ca4a5d46621e76ffc4366a08d4b664d3bb01beb71
6
+ metadata.gz: 7eeffae2e6b4eb966f997695625e7b21e216df544cb0885cf625ea00325cf9304a8dda5ceb9c927e210cc81e79ab1a0629f86d2b393ca8060dbfc70ed708103b
7
+ data.tar.gz: c7b1a1fccbfa6ddbff0aec7346c4eca67973690e05e742305cbb5a62f013ad1101c886a3fb5617438a370331431e89a33254c78193e42c61e4f3b283d22f7dbd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.908
1
+ 3.0.910
@@ -1117,15 +1117,18 @@ module TencentCloud
1117
1117
  # @type Summary: String
1118
1118
  # @param Issue: 问题以及改进
1119
1119
  # @type Issue: String
1120
+ # @param Record: 演练记录
1121
+ # @type Record: String
1120
1122
 
1121
- attr_accessor :TaskId, :Status, :IsExpect, :Summary, :Issue
1123
+ attr_accessor :TaskId, :Status, :IsExpect, :Summary, :Issue, :Record
1122
1124
 
1123
- def initialize(taskid=nil, status=nil, isexpect=nil, summary=nil, issue=nil)
1125
+ def initialize(taskid=nil, status=nil, isexpect=nil, summary=nil, issue=nil, record=nil)
1124
1126
  @TaskId = taskid
1125
1127
  @Status = status
1126
1128
  @IsExpect = isexpect
1127
1129
  @Summary = summary
1128
1130
  @Issue = issue
1131
+ @Record = record
1129
1132
  end
1130
1133
 
1131
1134
  def deserialize(params)
@@ -1134,6 +1137,7 @@ module TencentCloud
1134
1137
  @IsExpect = params['IsExpect']
1135
1138
  @Summary = params['Summary']
1136
1139
  @Issue = params['Issue']
1140
+ @Record = params['Record']
1137
1141
  end
1138
1142
  end
1139
1143
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfg
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.908
4
+ version: 3.0.910
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-09-18 00:00:00.000000000 Z
11
+ date: 2024-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common