tencentcloud-sdk-redis 1.0.348 → 1.0.349

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b0ebdf7527e8da260cfa2451797d151be9d1969a
4
- data.tar.gz: 0628d869d98fe6b47b06040d406168813d7d3c99
3
+ metadata.gz: 50d9a9ceb6e176d242185f16d2c2f1708d844cab
4
+ data.tar.gz: dacef11d9bbd2737ba620fa9754abaaa1d982643
5
5
  SHA512:
6
- metadata.gz: 23ce8bb111eb982e5b7ce60c51d819381e4a1d1ba6d4338e63e2a62cd83507d37a2aa70bebe02cf265945f7e1547de1f0e5dedfb39faab12ea4cfec13f4c252d
7
- data.tar.gz: 64d3cb783a6fa0dcdb2b93aeb3cc60a34cde52fdf0fa15541ccf6e4be57c25aa253b3bcd4de63807015aa57588df459d66523599a04a34df1993d50a64f06146
6
+ metadata.gz: c80277ecd7df349375aef738f74a708312dcd17962eae1ac34ea083499e98b8812a21456448a2eeacbe83bf384d0610f3bf6c1d7085371ad7136d8a5b3ce1714
7
+ data.tar.gz: 28b2fe15c226c3299ae8387a0855cdf6bcccecd467df075739d8c06a28dce9148e5a8f42e782ddc818c9d2f085ce211a32553291015a30470fa221a55a1c70a8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.348
1
+ 1.0.349
@@ -2926,12 +2926,14 @@ module TencentCloud
2926
2926
  # @type TaskStatus: Array
2927
2927
  # @param Result: 任务状态
2928
2928
  # @type Result: Array
2929
- # @param OperatorUin: 操作者Uin
2929
+ # @param OperatorUin: 操作者Uin,该字段已废弃,使用OperateUin代替
2930
2930
  # @type OperatorUin: Array
2931
+ # @param OperateUin: 操作者Uin
2932
+ # @type OperateUin: Array
2931
2933
 
2932
- attr_accessor :InstanceId, :InstanceName, :Limit, :Offset, :ProjectIds, :TaskTypes, :BeginTime, :EndTime, :TaskStatus, :Result, :OperatorUin
2934
+ attr_accessor :InstanceId, :InstanceName, :Limit, :Offset, :ProjectIds, :TaskTypes, :BeginTime, :EndTime, :TaskStatus, :Result, :OperatorUin, :OperateUin
2933
2935
 
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)
2936
+ def initialize(instanceid=nil, instancename=nil, limit=nil, offset=nil, projectids=nil, tasktypes=nil, begintime=nil, endtime=nil, taskstatus=nil, result=nil, operatoruin=nil, operateuin=nil)
2935
2937
  @InstanceId = instanceid
2936
2938
  @InstanceName = instancename
2937
2939
  @Limit = limit
@@ -2943,6 +2945,7 @@ module TencentCloud
2943
2945
  @TaskStatus = taskstatus
2944
2946
  @Result = result
2945
2947
  @OperatorUin = operatoruin
2948
+ @OperateUin = operateuin
2946
2949
  end
2947
2950
 
2948
2951
  def deserialize(params)
@@ -2957,6 +2960,7 @@ module TencentCloud
2957
2960
  @TaskStatus = params['TaskStatus']
2958
2961
  @Result = params['Result']
2959
2962
  @OperatorUin = params['OperatorUin']
2963
+ @OperateUin = params['OperateUin']
2960
2964
  end
2961
2965
  end
2962
2966
 
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.348
4
+ version: 1.0.349
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-07-04 00:00:00.000000000 Z
11
+ date: 2022-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common