tencentcloud-sdk-wedata 3.0.639 → 3.0.641

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: 70d1692e60c49da15f5e21f259e4a37d8d667b2b
4
- data.tar.gz: b042522b559f0030878a72cd0e823f8df9f52c46
3
+ metadata.gz: e465ba373004bddbc55caf3f38513d77b7dc1928
4
+ data.tar.gz: 8bc183a79789d1d4855a04a1487504be2c82cb1d
5
5
  SHA512:
6
- metadata.gz: 017dc204c242432702fc2e9293b860909b00fad5ba06703a0345ee570ac0377997cf81775b7c51a7ea002baedf62b811eb6cd740a762af8c25a361df1cd9e219
7
- data.tar.gz: 2ba4f9f3f588aa09dfa3b50e75168e9f32e8dd6e91cf6e80ecaa2eae06be98fc74296569d4164e5589a4fb61c4af37fe342bcca9a9a810a6394d1723ebcd0dbf
6
+ metadata.gz: c4f044ee70d3bb2496db75b1e5ce6e6a462da926394002b1bed792a22635e861edbc22d535a7e2f2f86ebace4eadcccf8b2589b52ec4dc5ac3adf6c49175d574
7
+ data.tar.gz: f36150649f8800cb7cb797840ad1f50f5e4fd3f6538b85afbd0f3d85f99154c1187cdeb765cedb01ba87462ba3f78202901fe3b3ba7f29d8cb00df4256431c4f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.639
1
+ 3.0.641
@@ -25078,10 +25078,13 @@ module TencentCloud
25078
25078
  # @param InstanceId: 实例ID
25079
25079
  # 注意:此字段可能返回 null,表示取不到有效值。
25080
25080
  # @type InstanceId: String
25081
+ # @param CreateTime: 创建时间
25082
+ # 注意:此字段可能返回 null,表示取不到有效值。
25083
+ # @type CreateTime: String
25081
25084
 
25082
- attr_accessor :RuleGroupId, :DatasourceId, :DatasourceName, :DatasourceType, :MonitorType, :UpdateTime, :TableName, :TableId, :TableOwnerName, :ExecStrategy, :Subscription, :DatabaseId, :DatabaseName, :Permission, :RuleCount, :MonitorStatus, :TableOwnerUserId, :InstanceId
25085
+ attr_accessor :RuleGroupId, :DatasourceId, :DatasourceName, :DatasourceType, :MonitorType, :UpdateTime, :TableName, :TableId, :TableOwnerName, :ExecStrategy, :Subscription, :DatabaseId, :DatabaseName, :Permission, :RuleCount, :MonitorStatus, :TableOwnerUserId, :InstanceId, :CreateTime
25083
25086
 
25084
- def initialize(rulegroupid=nil, datasourceid=nil, datasourcename=nil, datasourcetype=nil, monitortype=nil, updatetime=nil, tablename=nil, tableid=nil, tableownername=nil, execstrategy=nil, subscription=nil, databaseid=nil, databasename=nil, permission=nil, rulecount=nil, monitorstatus=nil, tableowneruserid=nil, instanceid=nil)
25087
+ def initialize(rulegroupid=nil, datasourceid=nil, datasourcename=nil, datasourcetype=nil, monitortype=nil, updatetime=nil, tablename=nil, tableid=nil, tableownername=nil, execstrategy=nil, subscription=nil, databaseid=nil, databasename=nil, permission=nil, rulecount=nil, monitorstatus=nil, tableowneruserid=nil, instanceid=nil, createtime=nil)
25085
25088
  @RuleGroupId = rulegroupid
25086
25089
  @DatasourceId = datasourceid
25087
25090
  @DatasourceName = datasourcename
@@ -25100,6 +25103,7 @@ module TencentCloud
25100
25103
  @MonitorStatus = monitorstatus
25101
25104
  @TableOwnerUserId = tableowneruserid
25102
25105
  @InstanceId = instanceid
25106
+ @CreateTime = createtime
25103
25107
  end
25104
25108
 
25105
25109
  def deserialize(params)
@@ -25127,6 +25131,7 @@ module TencentCloud
25127
25131
  @MonitorStatus = params['MonitorStatus']
25128
25132
  @TableOwnerUserId = params['TableOwnerUserId']
25129
25133
  @InstanceId = params['InstanceId']
25134
+ @CreateTime = params['CreateTime']
25130
25135
  end
25131
25136
  end
25132
25137
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-wedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.639
4
+ version: 3.0.641
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-08-18 00:00:00.000000000 Z
11
+ date: 2023-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common