tencentcloud-sdk-dataagent 3.0.1169 → 3.0.1174

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: ea5a352f7668cd7e87fbc7d961fcbe33ddc02161
4
- data.tar.gz: ed6cbca069d5195b53b5b8676d4e5748e0a8a55c
3
+ metadata.gz: 932c70e7f66ca60c6a7e68d2f7a9be33bb92de07
4
+ data.tar.gz: 485a0ef9030ce947c29e306dfc342c8116145c77
5
5
  SHA512:
6
- metadata.gz: c7d3f90bfc04bcd16d4b1a92a92a2542ed54d32835ba79eb47286f9a90f822ccdb509533ea4521de5ef7ed0aeb87aa8a5e7c159401ccb07fb4e0674617da1547
7
- data.tar.gz: 19ef07c5e847c991598883dd928c5f5edb3e1a0d562a6e0a41bf08601be0b51644c8cafb1c3c0b3fede3cd47a6d548f60efb0db40a9f29b0a380bb2c1ae6a146
6
+ metadata.gz: 810b21a02b946ecba404431bdb322ecc1daed362e992c6d25c799cd2dbb23228121e01bc7521531592bb642198976f3f4e4f42a635253292db3f3ff6917b3fc0
7
+ data.tar.gz: ce84675027d62b22fa6031f33344e2e98138b069e3dd22d28683f0386944e977fb4c9c34f0f6ef2e1ab8956612d868fac945adafab57802803715d4861610082
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1169
1
+ 3.0.1174
@@ -149,19 +149,23 @@ module TencentCloud
149
149
  # @type Content: String
150
150
  # @param Size: 切片的字数
151
151
  # @type Size: Integer
152
+ # @param Summary: 切片概要
153
+ # @type Summary: String
152
154
 
153
- attr_accessor :Id, :Content, :Size
155
+ attr_accessor :Id, :Content, :Size, :Summary
154
156
 
155
- def initialize(id=nil, content=nil, size=nil)
157
+ def initialize(id=nil, content=nil, size=nil, summary=nil)
156
158
  @Id = id
157
159
  @Content = content
158
160
  @Size = size
161
+ @Summary = summary
159
162
  end
160
163
 
161
164
  def deserialize(params)
162
165
  @Id = params['Id']
163
166
  @Content = params['Content']
164
167
  @Size = params['Size']
168
+ @Summary = params['Summary']
165
169
  end
166
170
  end
167
171
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dataagent
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1169
4
+ version: 3.0.1174
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-11-19 00:00:00.000000000 Z
11
+ date: 2025-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-dataagent.rb
37
- - lib/v20250513/client.rb
38
36
  - lib/v20250513/models.rb
37
+ - lib/v20250513/client.rb
38
+ - lib/tencentcloud-sdk-dataagent.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: