tencentcloud-sdk-ess 3.0.577 → 3.0.578
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/v20201111/models.rb +7 -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: 83aac6379efcf72406920ebc1c341fb0d1ff7206
|
|
4
|
+
data.tar.gz: d8caf7afb2484ae301b7434378d14cfb7295d594
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10aa3cd52ed2e084317489c59d9a6541928452d4a5847eb93eb2a67384b7158b467c9c79cf01fc8c3b02f679c808360b882ffd8f9b9ab0ff43636a376ff819e7
|
|
7
|
+
data.tar.gz: 6edcb6fdad21a626eb30bf921bb17cea9af4de65cf405f0b2b2ed2957379331b6d90249fad768cb4f72469c0ac0ed434dad7798328258a74cd8cc376d22e48da
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.578
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -3735,10 +3735,13 @@ module TencentCloud
|
|
|
3735
3735
|
# @param Creator: 合同发起人userId
|
|
3736
3736
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3737
3737
|
# @type Creator: String
|
|
3738
|
+
# @param Deadline: 合同过期时间,时间戳,单位秒
|
|
3739
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3740
|
+
# @type Deadline: Integer
|
|
3738
3741
|
|
|
3739
|
-
attr_accessor :FlowId, :FlowName, :FlowDescription, :FlowType, :FlowStatus, :CreatedOn, :FlowMessage, :Creator
|
|
3742
|
+
attr_accessor :FlowId, :FlowName, :FlowDescription, :FlowType, :FlowStatus, :CreatedOn, :FlowMessage, :Creator, :Deadline
|
|
3740
3743
|
|
|
3741
|
-
def initialize(flowid=nil, flowname=nil, flowdescription=nil, flowtype=nil, flowstatus=nil, createdon=nil, flowmessage=nil, creator=nil)
|
|
3744
|
+
def initialize(flowid=nil, flowname=nil, flowdescription=nil, flowtype=nil, flowstatus=nil, createdon=nil, flowmessage=nil, creator=nil, deadline=nil)
|
|
3742
3745
|
@FlowId = flowid
|
|
3743
3746
|
@FlowName = flowname
|
|
3744
3747
|
@FlowDescription = flowdescription
|
|
@@ -3747,6 +3750,7 @@ module TencentCloud
|
|
|
3747
3750
|
@CreatedOn = createdon
|
|
3748
3751
|
@FlowMessage = flowmessage
|
|
3749
3752
|
@Creator = creator
|
|
3753
|
+
@Deadline = deadline
|
|
3750
3754
|
end
|
|
3751
3755
|
|
|
3752
3756
|
def deserialize(params)
|
|
@@ -3758,6 +3762,7 @@ module TencentCloud
|
|
|
3758
3762
|
@CreatedOn = params['CreatedOn']
|
|
3759
3763
|
@FlowMessage = params['FlowMessage']
|
|
3760
3764
|
@Creator = params['Creator']
|
|
3765
|
+
@Deadline = params['Deadline']
|
|
3761
3766
|
end
|
|
3762
3767
|
end
|
|
3763
3768
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ess
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.578
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-05-
|
|
11
|
+
date: 2023-05-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|