tencentcloud-sdk-cwp 1.0.355 → 1.0.356

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180228/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a6f60ad15074bf089fea882f94d5f494b4952595
4
- data.tar.gz: e0020d07b307c1b91021bed041544fe2528abc91
3
+ metadata.gz: 661c68cae0f6eddfb1fe37f642c7a121efa52d2f
4
+ data.tar.gz: 3f771f03a27fb9232ca7077709773fef07356d2b
5
5
  SHA512:
6
- metadata.gz: 3ffa818a8575ec53f1685133bcd596d978d9b566251e8c00414586a6e41306b5fa7ec44c4b35393e2d835042e0a363ab999a857e2fc88674b6c003a6b3139e11
7
- data.tar.gz: e0468d05323fc281f19a2b87f35665b1e63fe70a5f9b8603a692703020c069f21af043af66d29148677f42e2ccb8daebb0141d9dd95db2ad600b495e4be37829
6
+ metadata.gz: 1f8a4c00b57b174f0a97c0ffe09d4cfab9d2993122617315a9e815dfe26ebe9096aed80877f35aec32f18fad5445c7afba48a7c4ae6bcd1321ae3082310bbeef
7
+ data.tar.gz: 807d67501c449947670dc963d702a36a836967d6a41d78c79733d790dbb8b9b5c2e572d9c890df631a81a3fc32e1d3905cd64ddcab535e686440a8286cc7cb55
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.355
1
+ 1.0.356
@@ -14971,10 +14971,16 @@ module TencentCloud
14971
14971
  # @param Uuid: 主机uuid
14972
14972
  # 注意:此字段可能返回 null,表示取不到有效值。
14973
14973
  # @type Uuid: String
14974
+ # @param ModifyTime: 最近修改时间
14975
+ # 注意:此字段可能返回 null,表示取不到有效值。
14976
+ # @type ModifyTime: String
14977
+ # @param StrFileAccessTime: 最近访问时间
14978
+ # 注意:此字段可能返回 null,表示取不到有效值。
14979
+ # @type StrFileAccessTime: String
14974
14980
 
14975
- attr_accessor :VirusName, :FileSize, :MD5, :FilePath, :FileCreateTime, :FileModifierTime, :HarmDescribe, :SuggestScheme, :ServersName, :HostIp, :ProcessName, :ProcessID, :Tags, :Breadth, :Heat, :Id, :FileName, :CreateTime, :LatestScanTime, :Reference, :MachineWanIp, :PsTree, :MachineStatus, :Status, :Level, :CheckPlatform, :Uuid
14981
+ attr_accessor :VirusName, :FileSize, :MD5, :FilePath, :FileCreateTime, :FileModifierTime, :HarmDescribe, :SuggestScheme, :ServersName, :HostIp, :ProcessName, :ProcessID, :Tags, :Breadth, :Heat, :Id, :FileName, :CreateTime, :LatestScanTime, :Reference, :MachineWanIp, :PsTree, :MachineStatus, :Status, :Level, :CheckPlatform, :Uuid, :ModifyTime, :StrFileAccessTime
14976
14982
 
14977
- def initialize(virusname=nil, filesize=nil, md5=nil, filepath=nil, filecreatetime=nil, filemodifiertime=nil, harmdescribe=nil, suggestscheme=nil, serversname=nil, hostip=nil, processname=nil, processid=nil, tags=nil, breadth=nil, heat=nil, id=nil, filename=nil, createtime=nil, latestscantime=nil, reference=nil, machinewanip=nil, pstree=nil, machinestatus=nil, status=nil, level=nil, checkplatform=nil, uuid=nil)
14983
+ def initialize(virusname=nil, filesize=nil, md5=nil, filepath=nil, filecreatetime=nil, filemodifiertime=nil, harmdescribe=nil, suggestscheme=nil, serversname=nil, hostip=nil, processname=nil, processid=nil, tags=nil, breadth=nil, heat=nil, id=nil, filename=nil, createtime=nil, latestscantime=nil, reference=nil, machinewanip=nil, pstree=nil, machinestatus=nil, status=nil, level=nil, checkplatform=nil, uuid=nil, modifytime=nil, strfileaccesstime=nil)
14978
14984
  @VirusName = virusname
14979
14985
  @FileSize = filesize
14980
14986
  @MD5 = md5
@@ -15002,6 +15008,8 @@ module TencentCloud
15002
15008
  @Level = level
15003
15009
  @CheckPlatform = checkplatform
15004
15010
  @Uuid = uuid
15011
+ @ModifyTime = modifytime
15012
+ @StrFileAccessTime = strfileaccesstime
15005
15013
  end
15006
15014
 
15007
15015
  def deserialize(params)
@@ -15032,6 +15040,8 @@ module TencentCloud
15032
15040
  @Level = params['Level']
15033
15041
  @CheckPlatform = params['CheckPlatform']
15034
15042
  @Uuid = params['Uuid']
15043
+ @ModifyTime = params['ModifyTime']
15044
+ @StrFileAccessTime = params['StrFileAccessTime']
15035
15045
  end
15036
15046
  end
15037
15047
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cwp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.355
4
+ version: 1.0.356
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-13 00:00:00.000000000 Z
11
+ date: 2022-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common