tencentcloud-sdk-redis 1.0.347 → 1.0.350

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: 32df1087f39323173696c75e8679c1dcdf2c0954
4
- data.tar.gz: f8c1386c6415cda06db94c78ff2b5263462f843b
3
+ metadata.gz: 04b2276144e077b088c0e90f621a3780d7826f9e
4
+ data.tar.gz: df8b04e905bc975e5ef60ab6c6a1f6128fbed1a9
5
5
  SHA512:
6
- metadata.gz: 4489932f102fd60be9d3036cc17a1622adeaac46d2c6d446e8b29d5555c66bfb0cf511e095ffb2b9d4107d9ac015496ed1854f74e0e5ac61d55079a38384f4bc
7
- data.tar.gz: 29eff832f41f9ecef9c7cb9f20f24595a3835b6cc026d9bd0fb53316b761f9042dd74c0b036a89fb26353b8efed159e377a5d36984ac3bad4cd6877823a116a4
6
+ metadata.gz: 6c7aa923d3cf44c0b68f36b7e144593fca8411628ee79537c220bff436cde6a9792c28af4edc313c46d11e6bd035cb4eff1b3f3d8636afd992f3d780fbe058fa
7
+ data.tar.gz: a8cc132744a79019ffc9c8217283b393b50ce778d59554d9914017011031f29f9d6bffb66d9b7f40d4ed694b415199c04d08e969f7b2e18145d059c491725131
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.347
1
+ 1.0.350
@@ -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.347
4
+ version: 1.0.350
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-03 00:00:00.000000000 Z
11
+ date: 2022-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common