tencentcloud-sdk-cfg 3.0.569 → 3.0.570

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/v20210820/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7dfc09ed90e1dd286cced51fc752cd5a92e1c9a6
4
- data.tar.gz: 0dd21bfe0292d8d72d2830b6b9293d64028a78aa
3
+ metadata.gz: 192b1645e4e6ec590b7a81840bde4ebf2eaf1ff1
4
+ data.tar.gz: ffa618fe0f3ebe3435762f239a3ba9cc49591cdd
5
5
  SHA512:
6
- metadata.gz: 1dcb462ec470a02c805fea1f428fe6535fde60fa1c419b2477e3415591418209c154196ce4e625319973359e36317a0282bcf71fdfb3c1c9c49ad9694d07299e
7
- data.tar.gz: b3b186fcfcafb5e3c68e74961eb02620303ec462e72cbd55b47d2bd5087ae1d1bcb3a314f42739588a4203cdb4ee226144bedfffec48f1b0ba5682b8c82e1163
6
+ metadata.gz: 87091b62bfea54b4a185d7e0d940e013f209ded8a4da6cf651e4b3d794bd4a3ec15d5e48c8e7c18d9f32469ecf1eacec769747253f5ab5685b14e9bb95095cf2
7
+ data.tar.gz: 60e276b80ef77836d24ce5eed60214945eda9817bcbd6f36a4e4d10b75529a9a442c79574e6a2efae03d0c64d5afece9cf11b934990cace1a5a96e049c7ccf54
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.569
1
+ 3.0.570
@@ -629,10 +629,16 @@ module TencentCloud
629
629
  # @param Tags: 标签列表
630
630
  # 注意:此字段可能返回 null,表示取不到有效值。
631
631
  # @type Tags: Array
632
+ # @param TaskPlanId: 关联的演练计划ID
633
+ # 注意:此字段可能返回 null,表示取不到有效值。
634
+ # @type TaskPlanId: Integer
635
+ # @param TaskPlanTitle: 关联的演练计划名称
636
+ # 注意:此字段可能返回 null,表示取不到有效值。
637
+ # @type TaskPlanTitle: String
632
638
 
633
- attr_accessor :TaskId, :TaskTitle, :TaskDescription, :TaskTag, :TaskStatus, :TaskStatusType, :TaskProtectStrategy, :TaskCreateTime, :TaskUpdateTime, :TaskGroups, :TaskStartTime, :TaskEndTime, :TaskExpect, :TaskSummary, :TaskMode, :TaskPauseDuration, :TaskOwnerUin, :TaskRegionId, :TaskMonitors, :TaskPolicy, :Tags
639
+ attr_accessor :TaskId, :TaskTitle, :TaskDescription, :TaskTag, :TaskStatus, :TaskStatusType, :TaskProtectStrategy, :TaskCreateTime, :TaskUpdateTime, :TaskGroups, :TaskStartTime, :TaskEndTime, :TaskExpect, :TaskSummary, :TaskMode, :TaskPauseDuration, :TaskOwnerUin, :TaskRegionId, :TaskMonitors, :TaskPolicy, :Tags, :TaskPlanId, :TaskPlanTitle
634
640
 
635
- def initialize(taskid=nil, tasktitle=nil, taskdescription=nil, tasktag=nil, taskstatus=nil, taskstatustype=nil, taskprotectstrategy=nil, taskcreatetime=nil, taskupdatetime=nil, taskgroups=nil, taskstarttime=nil, taskendtime=nil, taskexpect=nil, tasksummary=nil, taskmode=nil, taskpauseduration=nil, taskowneruin=nil, taskregionid=nil, taskmonitors=nil, taskpolicy=nil, tags=nil)
641
+ def initialize(taskid=nil, tasktitle=nil, taskdescription=nil, tasktag=nil, taskstatus=nil, taskstatustype=nil, taskprotectstrategy=nil, taskcreatetime=nil, taskupdatetime=nil, taskgroups=nil, taskstarttime=nil, taskendtime=nil, taskexpect=nil, tasksummary=nil, taskmode=nil, taskpauseduration=nil, taskowneruin=nil, taskregionid=nil, taskmonitors=nil, taskpolicy=nil, tags=nil, taskplanid=nil, taskplantitle=nil)
636
642
  @TaskId = taskid
637
643
  @TaskTitle = tasktitle
638
644
  @TaskDescription = taskdescription
@@ -654,6 +660,8 @@ module TencentCloud
654
660
  @TaskMonitors = taskmonitors
655
661
  @TaskPolicy = taskpolicy
656
662
  @Tags = tags
663
+ @TaskPlanId = taskplanid
664
+ @TaskPlanTitle = taskplantitle
657
665
  end
658
666
 
659
667
  def deserialize(params)
@@ -702,6 +710,8 @@ module TencentCloud
702
710
  @Tags << tagwithdescribe_tmp
703
711
  end
704
712
  end
713
+ @TaskPlanId = params['TaskPlanId']
714
+ @TaskPlanTitle = params['TaskPlanTitle']
705
715
  end
706
716
  end
707
717
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfg
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.569
4
+ version: 3.0.570
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-05-15 00:00:00.000000000 Z
11
+ date: 2023-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common