tencentcloud-sdk-redis 1.0.333 → 1.0.336
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/v20180412/models.rb +10 -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: 98032d5b2b7796cd1e6e08c1f52becdae6dcd8fc
|
|
4
|
+
data.tar.gz: 54d237aab7c8d5dc3283d10465dba10bcf783e5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7188b1c69d0702abf64b1337d7ef2730d12ee2c18f0d98ca5e0c179fd6e47e8b629abe7249a08d8a036cad33123aa1cb129ed827016dbdd8b0fa1022b03e857b
|
|
7
|
+
data.tar.gz: 6568bb556536f90b92ab55f538b9419762d8b3b830fcbe6fb3db4ef19e2b66aa42a02f8a51e768578e61245aa7f942eb97991937dbafe6e73bef595d94d48ac0
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.336
|
data/lib/v20180412/models.rb
CHANGED
|
@@ -2924,10 +2924,14 @@ module TencentCloud
|
|
|
2924
2924
|
# @type EndTime: String
|
|
2925
2925
|
# @param TaskStatus: 任务状态
|
|
2926
2926
|
# @type TaskStatus: Array
|
|
2927
|
+
# @param Result: 任务状态
|
|
2928
|
+
# @type Result: Array
|
|
2929
|
+
# @param OperatorUin: 操作者Uin
|
|
2930
|
+
# @type OperatorUin: Array
|
|
2927
2931
|
|
|
2928
|
-
attr_accessor :InstanceId, :InstanceName, :Limit, :Offset, :ProjectIds, :TaskTypes, :BeginTime, :EndTime, :TaskStatus
|
|
2932
|
+
attr_accessor :InstanceId, :InstanceName, :Limit, :Offset, :ProjectIds, :TaskTypes, :BeginTime, :EndTime, :TaskStatus, :Result, :OperatorUin
|
|
2929
2933
|
|
|
2930
|
-
def initialize(instanceid=nil, instancename=nil, limit=nil, offset=nil, projectids=nil, tasktypes=nil, begintime=nil, endtime=nil, taskstatus=nil)
|
|
2934
|
+
def initialize(instanceid=nil, instancename=nil, limit=nil, offset=nil, projectids=nil, tasktypes=nil, begintime=nil, endtime=nil, taskstatus=nil, result=nil, operatoruin=nil)
|
|
2931
2935
|
@InstanceId = instanceid
|
|
2932
2936
|
@InstanceName = instancename
|
|
2933
2937
|
@Limit = limit
|
|
@@ -2937,6 +2941,8 @@ module TencentCloud
|
|
|
2937
2941
|
@BeginTime = begintime
|
|
2938
2942
|
@EndTime = endtime
|
|
2939
2943
|
@TaskStatus = taskstatus
|
|
2944
|
+
@Result = result
|
|
2945
|
+
@OperatorUin = operatoruin
|
|
2940
2946
|
end
|
|
2941
2947
|
|
|
2942
2948
|
def deserialize(params)
|
|
@@ -2949,6 +2955,8 @@ module TencentCloud
|
|
|
2949
2955
|
@BeginTime = params['BeginTime']
|
|
2950
2956
|
@EndTime = params['EndTime']
|
|
2951
2957
|
@TaskStatus = params['TaskStatus']
|
|
2958
|
+
@Result = params['Result']
|
|
2959
|
+
@OperatorUin = params['OperatorUin']
|
|
2952
2960
|
end
|
|
2953
2961
|
end
|
|
2954
2962
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-redis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.336
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-06-
|
|
11
|
+
date: 2022-06-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|