tencentcloud-sdk-wedata 3.0.640 → 3.0.642

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 +11 -6
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 32f74ab86c05034f27bcd6a8f185a16abdd3eb86
4
- data.tar.gz: a2f746bdcc258ca9f68ace40b01a62035a951d36
3
+ metadata.gz: 1ad60c0c581454ec608e554b92bb1fed7c628343
4
+ data.tar.gz: 8cf37aba784a14356d71d36b3c2537ae239d462f
5
5
  SHA512:
6
- metadata.gz: 883c64da4e7c823748816b6d07cd05fd88dd0bbdcbc7ef0d64ea0a02b605c321c94643c1aa6865e8c775781c2cb38e80fe175f34fe23bc5f3111dd11f812dd02
7
- data.tar.gz: 4b814fe18fc35c0a0b58ba3b7304df7f7a5f4d51f73df1ce5fdcc4a4ca0ab173769ea6f1caa194a8f2a281923fd70fd6d6d0654209bfb7e2db8a19e8d644d14f
6
+ metadata.gz: ae8e002a0b7f727905bb7297dbec1971a9d90f2372b035041d46644af437184bd619935536b508ad0cdaa5bb5ef6c8b671beda23ed7a8e216543472a005de040
7
+ data.tar.gz: d149247fa7da605a5c7fd809b9ca957e95d51834aca2e02dd7cffa01e9c066e5650ca7bf9b013ceabf41b8f32970686bd6d8bc445145b0a25687bcdd3aa0d94a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.640
1
+ 3.0.642
@@ -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
 
@@ -30375,12 +30380,12 @@ module TencentCloud
30375
30380
  # @param Md5Value: 文件MD5值
30376
30381
  # 注意:此字段可能返回 null,表示取不到有效值。
30377
30382
  # @type Md5Value: String
30378
- # @param CreateTime: 创建时间,秒级别的时间戳
30383
+ # @param CreateTime: 创建时间
30379
30384
  # 注意:此字段可能返回 null,表示取不到有效值。
30380
- # @type CreateTime: Integer
30381
- # @param UpdateTime: 更新时间,秒级别的时间戳
30385
+ # @type CreateTime: String
30386
+ # @param UpdateTime: 更新时间
30382
30387
  # 注意:此字段可能返回 null,表示取不到有效值。
30383
- # @type UpdateTime: Integer
30388
+ # @type UpdateTime: String
30384
30389
  # @param Size: 文件大小,单位为字节
30385
30390
  # 注意:此字段可能返回 null,表示取不到有效值。
30386
30391
  # @type Size: Integer
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.640
4
+ version: 3.0.642
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-21 00:00:00.000000000 Z
11
+ date: 2023-08-23 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-wedata.rb
37
- - lib/v20210820/models.rb
38
36
  - lib/v20210820/client.rb
37
+ - lib/v20210820/models.rb
38
+ - lib/tencentcloud-sdk-wedata.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: