tencentcloud-sdk-tat 3.0.1143 → 3.0.1201

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/v20201028/models.rb +14 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6f61e2da94a902d5441a9d57502ae57034b4f4f
4
- data.tar.gz: 293cf3d45b220f8c15878513712244a2f37702fb
3
+ metadata.gz: 2014ae5d2ea51dbd71bcfab4a6448b243d461d11
4
+ data.tar.gz: 417bddf202d0346ae510e661fa4439003475a19c
5
5
  SHA512:
6
- metadata.gz: 406047dc57dae8c90db95dbcbcc771f561f3ebf84a6df74900ef492f8fad97c23f2b3d254f781e159a0436ea2d100b7a9dea19c438ac3d33a9f03edc9969360d
7
- data.tar.gz: 008c9c244869960f07d105b900f88fd6685a10c592fe994e33931a23906442cce8ed8cc253863e36c8818b7429b65f861d5e362632ffbe96629681d017c6dba7
6
+ metadata.gz: 9418855cb75410f1aa45301c2bace9193597683e312b41b46b8e98d6c4a5d3766cfa5a66a23569e1256dd5a77647009a9ca033a0298b0f7ea9886878f6f6968d
7
+ data.tar.gz: 5aea60721da41582970df5bd914ebffe2439843a5ac40e8e02a5cc315a52f5ec3703b0447f19f3a1b62cec06e2b4e8ef65727acedede08e92cc0101a71205e8d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1143
1
+ 3.0.1201
@@ -383,10 +383,12 @@ module TencentCloud
383
383
 
384
384
  # 当执行器类型为 `SCHEDULE` 时,必须指定此参数。
385
385
  # @type ScheduleSettings: :class:`Tencentcloud::Tat.v20201028.models.ScheduleSettings`
386
+ # @param Tags: 为命令关联的标签,列表长度不超过10
387
+ # @type Tags: Array
386
388
 
387
- attr_accessor :Name, :Type, :CommandId, :InstanceIds, :Username, :Parameters, :ScheduleSettings
389
+ attr_accessor :Name, :Type, :CommandId, :InstanceIds, :Username, :Parameters, :ScheduleSettings, :Tags
388
390
 
389
- def initialize(name=nil, type=nil, commandid=nil, instanceids=nil, username=nil, parameters=nil, schedulesettings=nil)
391
+ def initialize(name=nil, type=nil, commandid=nil, instanceids=nil, username=nil, parameters=nil, schedulesettings=nil, tags=nil)
390
392
  @Name = name
391
393
  @Type = type
392
394
  @CommandId = commandid
@@ -394,6 +396,7 @@ module TencentCloud
394
396
  @Username = username
395
397
  @Parameters = parameters
396
398
  @ScheduleSettings = schedulesettings
399
+ @Tags = tags
397
400
  end
398
401
 
399
402
  def deserialize(params)
@@ -407,6 +410,14 @@ module TencentCloud
407
410
  @ScheduleSettings = ScheduleSettings.new
408
411
  @ScheduleSettings.deserialize(params['ScheduleSettings'])
409
412
  end
413
+ unless params['Tags'].nil?
414
+ @Tags = []
415
+ params['Tags'].each do |i|
416
+ tag_tmp = Tag.new
417
+ tag_tmp.deserialize(i)
418
+ @Tags << tag_tmp
419
+ end
420
+ end
410
421
  end
411
422
  end
412
423
 
@@ -1666,6 +1677,7 @@ module TencentCloud
1666
1677
  # @param StartTime: 执行活动开始时间。格式为:YYYY-MM-DDThh:mm:ssZ
1667
1678
  # @type StartTime: String
1668
1679
  # @param EndTime: 执行活动结束时间。格式为:YYYY-MM-DDThh:mm:ssZ
1680
+ # 注意:此字段可能返回 null,表示取不到有效值。
1669
1681
  # @type EndTime: String
1670
1682
  # @param CreatedTime: 执行活动创建时间。格式为:YYYY-MM-DDThh:mm:ssZ
1671
1683
  # @type CreatedTime: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tat
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1143
4
+ version: 3.0.1201
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-09-18 00:00:00.000000000 Z
11
+ date: 2026-01-13 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-tat.rb
36
37
  - lib/v20201028/client.rb
37
38
  - lib/v20201028/models.rb
38
- - lib/tencentcloud-sdk-tat.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: