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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 550dd0cf07c2271e1f1473b537373e26c66fb92e
4
- data.tar.gz: 4920a16079eb17a62063e598d623754a1dbaa10c
3
+ metadata.gz: 83aac6379efcf72406920ebc1c341fb0d1ff7206
4
+ data.tar.gz: d8caf7afb2484ae301b7434378d14cfb7295d594
5
5
  SHA512:
6
- metadata.gz: 168f672ea5af2614b32bd7b50e4fabb3ff493c2a0f2edf639cdec645eef7e4383ebed13f67366a74d59e7ad61ce9fe8aa2a15acbdf2a04a61b119c7f17d7486f
7
- data.tar.gz: b2ed500cb5a778531a55710681f437ba8b12920eb4562d8b786a80e33f303f1bd1de9cd9037f76c1d65fede5aa80c1e22025870884be93bb13d921ee66e218b9
6
+ metadata.gz: 10aa3cd52ed2e084317489c59d9a6541928452d4a5847eb93eb2a67384b7158b467c9c79cf01fc8c3b02f679c808360b882ffd8f9b9ab0ff43636a376ff819e7
7
+ data.tar.gz: 6edcb6fdad21a626eb30bf921bb17cea9af4de65cf405f0b2b2ed2957379331b6d90249fad768cb4f72469c0ac0ed434dad7798328258a74cd8cc376d22e48da
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.577
1
+ 3.0.578
@@ -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.577
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-25 00:00:00.000000000 Z
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