tencentcloud-sdk-cfg 3.0.909 → 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: c131049eb10bd699970c4b0fde5ed859b9d66d19
4
- data.tar.gz: ebd8497786e45ba333d26f424655249a24414480
3
+ metadata.gz: f156a5f246b975a5e1c8ea6faca2ca1c8891685e
4
+ data.tar.gz: 1f89b9e2f42aa8c8d5dc54ce8ff48493be8f6ffd
5
5
  SHA512:
6
- metadata.gz: f76e5c1fb6beb9d7574410eda17e32f710d5dba2fd95c34c063570d0f88e3c176030f0b45c3e8b6fe55d9add5d0749284b8b2b23f7839d86524d55352ecc9ca5
7
- data.tar.gz: 7d5cc6266aa6e72f6b4672e0e5314d575fd6c7939ac2b2a30b12177b2729e54cb15cb2355028c7608c20d4c330029b908ac83b46c3e45060aff3a09f335e05c5
6
+ metadata.gz: 7eeffae2e6b4eb966f997695625e7b21e216df544cb0885cf625ea00325cf9304a8dda5ceb9c927e210cc81e79ab1a0629f86d2b393ca8060dbfc70ed708103b
7
+ data.tar.gz: c7b1a1fccbfa6ddbff0aec7346c4eca67973690e05e742305cbb5a62f013ad1101c886a3fb5617438a370331431e89a33254c78193e42c61e4f3b283d22f7dbd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.909
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.909
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-20 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