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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210820/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e465ba373004bddbc55caf3f38513d77b7dc1928
|
4
|
+
data.tar.gz: 8bc183a79789d1d4855a04a1487504be2c82cb1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4f044ee70d3bb2496db75b1e5ce6e6a462da926394002b1bed792a22635e861edbc22d535a7e2f2f86ebace4eadcccf8b2589b52ec4dc5ac3adf6c49175d574
|
7
|
+
data.tar.gz: f36150649f8800cb7cb797840ad1f50f5e4fd3f6538b85afbd0f3d85f99154c1187cdeb765cedb01ba87462ba3f78202901fe3b3ba7f29d8cb00df4256431c4f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.641
|
data/lib/v20210820/models.rb
CHANGED
@@ -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.
|
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-
|
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
|