tencentcloud-sdk-gme 3.0.941 → 3.0.942

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: 3717d74a99ad764e2561132db3c993ca477cff34
4
- data.tar.gz: 34ee5c00c9589c4e15dc88ae4bc850dbd5c6ae6a
3
+ metadata.gz: 38369e3cb6bac72183f9cb3e17e41759a4cfb339
4
+ data.tar.gz: 39c3347225356a01394b9ae0ea37b5662a59f2b6
5
5
  SHA512:
6
- metadata.gz: 06c5c9e3b129965bc83497be1be768f9bb748151a53410fdb4e5f02b193e644a3cbe40dbe9e7a0bfc2b844484afaaf192f6397e80e3e991990571ab093420765
7
- data.tar.gz: 87923be939c2c0c8cda297193a0b2ede35228b6c12fece849f8c313bbafa77f6bd093f8b32bd7f2b0b22c3055189d86f853d5496a1bc37641fac849c2cdab9e5
6
+ metadata.gz: 7902d851967d384f99c8df78a9e30e614a6974b231bc79accee0c5356b973f6307eee312540ae078033d62d8b993778845adb85126f3ab72ca5732eb2bf2147f
7
+ data.tar.gz: f3900c28e42809b684b04ee6fdf900e0b2414945ff0731e00f9e5626efbc07d8f9d138174234a77e4ed805a2958cb01b451788ebddc2b88778d538a5e25e8521
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.941
1
+ 3.0.942
@@ -745,16 +745,19 @@ module TencentCloud
745
745
  # @type DeleteType: Integer
746
746
  # @param BizId: 应用id
747
747
  # @type BizId: Integer
748
- # @param Uids: 要剔除的用户列表
748
+ # @param Uids: 要剔除的用户列表(整型)
749
749
  # @type Uids: Array
750
+ # @param StrUids: 要剔除的用户列表(字符串类型)
751
+ # @type StrUids: Array
750
752
 
751
- attr_accessor :RoomId, :DeleteType, :BizId, :Uids
753
+ attr_accessor :RoomId, :DeleteType, :BizId, :Uids, :StrUids
752
754
 
753
- def initialize(roomid=nil, deletetype=nil, bizid=nil, uids=nil)
755
+ def initialize(roomid=nil, deletetype=nil, bizid=nil, uids=nil, struids=nil)
754
756
  @RoomId = roomid
755
757
  @DeleteType = deletetype
756
758
  @BizId = bizid
757
759
  @Uids = uids
760
+ @StrUids = struids
758
761
  end
759
762
 
760
763
  def deserialize(params)
@@ -762,6 +765,7 @@ module TencentCloud
762
765
  @DeleteType = params['DeleteType']
763
766
  @BizId = params['BizId']
764
767
  @Uids = params['Uids']
768
+ @StrUids = params['StrUids']
765
769
  end
766
770
  end
767
771
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.941
4
+ version: 3.0.942
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-12 00:00:00.000000000 Z
11
+ date: 2024-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common