tencentcloud-sdk-dayu 3.0.492 → 3.0.493

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: 69519930b99442460ac2ab9035088bb68356839f
4
- data.tar.gz: c3fd859f710692f79cf792bca84a52820e4bcb08
3
+ metadata.gz: 4363038e1e4664288355400ef9bbb3a40befbaa1
4
+ data.tar.gz: ae8ae7a9867e55ec92968133d33d3c71b1988a91
5
5
  SHA512:
6
- metadata.gz: fc7ef4a0ff02a794bb97d0d2a622a5473c474e69b76fbaa007f470d4a8a975cf05aebcd9ad63dba303cf75d387f17126e68c0b2825d2e75bbb7cda4a589f7a25
7
- data.tar.gz: 6124d9b6b16feea49d285e6e4458a9a49f78ffee154cfaf33b29afd94f3e7064d358b8ea2813f069a5cb943510a11ca711887286ae54fd61996ae627cf4e8b49
6
+ metadata.gz: cc1e0c045ab0dfba080c3fcdaf6d0e0de1666f5667292d2fc8dfc509f1f03736c70eecbc753535840d1b8f1652a3ff3c6b4874bec2ce1fbe6494ba87f6b1ebae
7
+ data.tar.gz: cd2de0c08a6d82216958c9b1272e07c110fba12467607b13fc7dd3d2518875a1a00386a661f6d4893ddca7a71793f856dc8312996fe098fdc98971e59da7c8ae
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.492
1
+ 3.0.493
@@ -6172,15 +6172,18 @@ module TencentCloud
6172
6172
  # @type UnBlockTime: String
6173
6173
  # @param ActionType: 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)
6174
6174
  # @type ActionType: String
6175
+ # @param ProtectFlag: 高防标记,0:非高防,1:高防
6176
+ # @type ProtectFlag: Integer
6175
6177
 
6176
- attr_accessor :Ip, :Status, :BlockTime, :UnBlockTime, :ActionType
6178
+ attr_accessor :Ip, :Status, :BlockTime, :UnBlockTime, :ActionType, :ProtectFlag
6177
6179
 
6178
- def initialize(ip=nil, status=nil, blocktime=nil, unblocktime=nil, actiontype=nil)
6180
+ def initialize(ip=nil, status=nil, blocktime=nil, unblocktime=nil, actiontype=nil, protectflag=nil)
6179
6181
  @Ip = ip
6180
6182
  @Status = status
6181
6183
  @BlockTime = blocktime
6182
6184
  @UnBlockTime = unblocktime
6183
6185
  @ActionType = actiontype
6186
+ @ProtectFlag = protectflag
6184
6187
  end
6185
6188
 
6186
6189
  def deserialize(params)
@@ -6189,6 +6192,7 @@ module TencentCloud
6189
6192
  @BlockTime = params['BlockTime']
6190
6193
  @UnBlockTime = params['UnBlockTime']
6191
6194
  @ActionType = params['ActionType']
6195
+ @ProtectFlag = params['ProtectFlag']
6192
6196
  end
6193
6197
  end
6194
6198
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dayu
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.492
4
+ version: 3.0.493
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-01-12 00:00:00.000000000 Z
11
+ date: 2023-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common