tencentcloud-sdk-chc 3.0.1049 → 3.0.1050
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/v20230418/models.rb +6 -2
- 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: fb83035bcba21204dbb2748733087a66efb07dad
|
4
|
+
data.tar.gz: dcd927df2dc74f4b4da740149429330bec7cda7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a87928267360a1431a433c79315ca42636f12c43c5a24d0aa7ba97033e2700671e7973739b1a2440e52be252cc7a1c9f025b05737e3b5e905c3b4f5a280640c1
|
7
|
+
data.tar.gz: 7128e66c8e9a6a06b45f63b4f37f965a2671313f37f3869697b9f105f1fa04253b0b980f211c8555ac74cb38ad37a1bf840104eda60c57690dede680eb4894ba
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1050
|
data/lib/v20230418/models.rb
CHANGED
@@ -3251,16 +3251,19 @@ module TencentCloud
|
|
3251
3251
|
# @type StepName: String
|
3252
3252
|
# @param OwnerName: 处理人
|
3253
3253
|
# @type OwnerName: String
|
3254
|
+
# @param OwnerPhone: 处理人手机号
|
3255
|
+
# @type OwnerPhone: String
|
3254
3256
|
# @param FinishTime: 完成时间
|
3255
3257
|
# @type FinishTime: String
|
3256
3258
|
# @param StepStatus: 此步骤状态
|
3257
3259
|
# @type StepStatus: String
|
3258
3260
|
|
3259
|
-
attr_accessor :StepName, :OwnerName, :FinishTime, :StepStatus
|
3261
|
+
attr_accessor :StepName, :OwnerName, :OwnerPhone, :FinishTime, :StepStatus
|
3260
3262
|
|
3261
|
-
def initialize(stepname=nil, ownername=nil, finishtime=nil, stepstatus=nil)
|
3263
|
+
def initialize(stepname=nil, ownername=nil, ownerphone=nil, finishtime=nil, stepstatus=nil)
|
3262
3264
|
@StepName = stepname
|
3263
3265
|
@OwnerName = ownername
|
3266
|
+
@OwnerPhone = ownerphone
|
3264
3267
|
@FinishTime = finishtime
|
3265
3268
|
@StepStatus = stepstatus
|
3266
3269
|
end
|
@@ -3268,6 +3271,7 @@ module TencentCloud
|
|
3268
3271
|
def deserialize(params)
|
3269
3272
|
@StepName = params['StepName']
|
3270
3273
|
@OwnerName = params['OwnerName']
|
3274
|
+
@OwnerPhone = params['OwnerPhone']
|
3271
3275
|
@FinishTime = params['FinishTime']
|
3272
3276
|
@StepStatus = params['StepStatus']
|
3273
3277
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-chc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1050
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|