tencentcloud-sdk-ctem 3.0.1126 → 3.0.1139

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20231128/models.rb +20 -4
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0077c28faa8f0b33d1772c57627451a299803619
4
- data.tar.gz: eb6580c3506ed7a595577ff71ba18586da995527
3
+ metadata.gz: 6252d74fa2125a94d57a05cc806d4c6fc1c1ac95
4
+ data.tar.gz: a7c2dd5c558cf0d958284529727791ccee72c8af
5
5
  SHA512:
6
- metadata.gz: 48d354152863896d31f77b39ff6fdb5450a240e7d8632d0628b5e294e794fd9b8374ee1e868dab50d043e032c967e5e0a9da878247832437496c491675e501dc
7
- data.tar.gz: 07c4d918c4b0fd368765fecc48ab4c8e1b10fb2e715997f3c799bed274998f7c745c45cc8949d419b2d832e09368f8d0aa6d075fbb480d63c67437a3c6a1f273
6
+ metadata.gz: a7ad5e384531809669771c9da200c59a30b6a7aa55b408c326a0a9212433d7f42ab1f364c2abed3473cad084c03cfc6d52bc4f17b3e1f5093ffe046193326d4a
7
+ data.tar.gz: 9a255ee6521037c06669f44f8542e968833a01c2a5cbb772100e3a63b168c8f71230303320d270baae0c1a1896f5989b4b96a069fe12d8989205b7e75be0ccd4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1126
1
+ 3.0.1139
@@ -3147,10 +3147,18 @@ module TencentCloud
3147
3147
  # @type Isp: String
3148
3148
  # @param DisplayToolCommon: 公共字段
3149
3149
  # @type DisplayToolCommon: :class:`Tencentcloud::Ctem.v20231128.models.DisplayToolCommon`
3150
-
3151
- attr_accessor :Id, :Os, :Ip, :Country, :Province, :City, :Isp, :DisplayToolCommon
3152
-
3153
- def initialize(id=nil, os=nil, ip=nil, country=nil, province=nil, city=nil, isp=nil, displaytoolcommon=nil)
3150
+ # @param Ports: 端口数据
3151
+ # @type Ports: String
3152
+ # @param Services: 服务数据
3153
+ # @type Services: String
3154
+ # @param Domains: 域名数据
3155
+ # @type Domains: String
3156
+ # @param LastModify: 端口和服务最近更新时间
3157
+ # @type LastModify: String
3158
+
3159
+ attr_accessor :Id, :Os, :Ip, :Country, :Province, :City, :Isp, :DisplayToolCommon, :Ports, :Services, :Domains, :LastModify
3160
+
3161
+ def initialize(id=nil, os=nil, ip=nil, country=nil, province=nil, city=nil, isp=nil, displaytoolcommon=nil, ports=nil, services=nil, domains=nil, lastmodify=nil)
3154
3162
  @Id = id
3155
3163
  @Os = os
3156
3164
  @Ip = ip
@@ -3159,6 +3167,10 @@ module TencentCloud
3159
3167
  @City = city
3160
3168
  @Isp = isp
3161
3169
  @DisplayToolCommon = displaytoolcommon
3170
+ @Ports = ports
3171
+ @Services = services
3172
+ @Domains = domains
3173
+ @LastModify = lastmodify
3162
3174
  end
3163
3175
 
3164
3176
  def deserialize(params)
@@ -3173,6 +3185,10 @@ module TencentCloud
3173
3185
  @DisplayToolCommon = DisplayToolCommon.new
3174
3186
  @DisplayToolCommon.deserialize(params['DisplayToolCommon'])
3175
3187
  end
3188
+ @Ports = params['Ports']
3189
+ @Services = params['Services']
3190
+ @Domains = params['Domains']
3191
+ @LastModify = params['LastModify']
3176
3192
  end
3177
3193
  end
3178
3194
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ctem
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1126
4
+ version: 3.0.1139
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-08-19 00:00:00.000000000 Z
11
+ date: 2025-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20231128/client.rb
37
36
  - lib/v20231128/models.rb
37
+ - lib/v20231128/client.rb
38
38
  - lib/tencentcloud-sdk-ctem.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby