tencentcloud-sdk-bh 3.0.1075 → 3.0.1088
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: 1b49c147bcb41f88238a58efd3a504fe3032a1a7
|
4
|
+
data.tar.gz: a82dece082e019107089e70945e5b9e52e5c5db9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a6dc2e5fdac671d7b14032cb8d8419647b80889c9b2eb22753e63c8d011169ea02b26ffc90b6f066239843afab9e5766382bf54cf301b50297b57bf67b6e191
|
7
|
+
data.tar.gz: c06ccb7bbb01d138a48814c0f8e9f403e2908eca1606d1ad49d2dcb5c40dd8ef8ae23d288beb419fa6c99e3bac5199192752488dcf0bb3db7563dcd4ef07100a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1088
|
data/lib/v20230418/models.rb
CHANGED
@@ -803,10 +803,12 @@ module TencentCloud
|
|
803
803
|
# @type FirstTime: String
|
804
804
|
# @param NextTime: 下次执行时间
|
805
805
|
# @type NextTime: String
|
806
|
+
# @param LastTime: 上次执行时间
|
807
|
+
# @type LastTime: String
|
806
808
|
|
807
|
-
attr_accessor :Id, :OperationId, :TaskName, :Department, :ChangeMethod, :RunAccount, :AuthGenerationStrategy, :PasswordLength, :SmallLetter, :BigLetter, :Digit, :Symbol, :CompleteNotify, :NotifyEmails, :FilePassword, :AccountSet, :DeviceSet, :Type, :Period, :FirstTime, :NextTime
|
809
|
+
attr_accessor :Id, :OperationId, :TaskName, :Department, :ChangeMethod, :RunAccount, :AuthGenerationStrategy, :PasswordLength, :SmallLetter, :BigLetter, :Digit, :Symbol, :CompleteNotify, :NotifyEmails, :FilePassword, :AccountSet, :DeviceSet, :Type, :Period, :FirstTime, :NextTime, :LastTime
|
808
810
|
|
809
|
-
def initialize(id=nil, operationid=nil, taskname=nil, department=nil, changemethod=nil, runaccount=nil, authgenerationstrategy=nil, passwordlength=nil, smallletter=nil, bigletter=nil, digit=nil, symbol=nil, completenotify=nil, notifyemails=nil, filepassword=nil, accountset=nil, deviceset=nil, type=nil, period=nil, firsttime=nil, nexttime=nil)
|
811
|
+
def initialize(id=nil, operationid=nil, taskname=nil, department=nil, changemethod=nil, runaccount=nil, authgenerationstrategy=nil, passwordlength=nil, smallletter=nil, bigletter=nil, digit=nil, symbol=nil, completenotify=nil, notifyemails=nil, filepassword=nil, accountset=nil, deviceset=nil, type=nil, period=nil, firsttime=nil, nexttime=nil, lasttime=nil)
|
810
812
|
@Id = id
|
811
813
|
@OperationId = operationid
|
812
814
|
@TaskName = taskname
|
@@ -828,6 +830,7 @@ module TencentCloud
|
|
828
830
|
@Period = period
|
829
831
|
@FirstTime = firsttime
|
830
832
|
@NextTime = nexttime
|
833
|
+
@LastTime = lasttime
|
831
834
|
end
|
832
835
|
|
833
836
|
def deserialize(params)
|
@@ -862,6 +865,7 @@ module TencentCloud
|
|
862
865
|
@Period = params['Period']
|
863
866
|
@FirstTime = params['FirstTime']
|
864
867
|
@NextTime = params['NextTime']
|
868
|
+
@LastTime = params['LastTime']
|
865
869
|
end
|
866
870
|
end
|
867
871
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-bh
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1088
|
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-06-
|
11
|
+
date: 2025-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|