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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 34f128274afc71f1686246288d028a1858103c63
4
- data.tar.gz: cfde8925eb218bd438502723c7fea6a53ac9a2a3
3
+ metadata.gz: 1b49c147bcb41f88238a58efd3a504fe3032a1a7
4
+ data.tar.gz: a82dece082e019107089e70945e5b9e52e5c5db9
5
5
  SHA512:
6
- metadata.gz: 01dec0815282c3940b107feb1f821a0e43a9ca7b966ab662d58fc291e5176920d9c9cd1cbbaa2786d842a7e64a2611dfbba044232b9ca4702df72a1ec19e1a60
7
- data.tar.gz: 4f1b0f5a6d0aab9af2632e151b9a54fae10cdcd54e12ab58dd6ed08ba019a93918b6f6cbe8d4ab426da3eef0be1860b307ad54d8ff4b476a6cfcb0bfbd66df8b
6
+ metadata.gz: 8a6dc2e5fdac671d7b14032cb8d8419647b80889c9b2eb22753e63c8d011169ea02b26ffc90b6f066239843afab9e5766382bf54cf301b50297b57bf67b6e191
7
+ data.tar.gz: c06ccb7bbb01d138a48814c0f8e9f403e2908eca1606d1ad49d2dcb5c40dd8ef8ae23d288beb419fa6c99e3bac5199192752488dcf0bb3db7563dcd4ef07100a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1075
1
+ 3.0.1088
@@ -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.1075
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-05 00:00:00.000000000 Z
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