tencentcloud-sdk-yinsuda 3.0.632 → 3.0.633

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/v20220527/models.rb +11 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d07349972fd5321edeffac48444e8ee396eafa7
4
- data.tar.gz: b687abaa439e397d0730ca3741919fd1bf2693d5
3
+ metadata.gz: 73b182fde6799fef84bcf87a0f062c0ac0d20183
4
+ data.tar.gz: 735bdbc243d351e81546a806cc519d79b49a6c55
5
5
  SHA512:
6
- metadata.gz: e3045aea1a9994b384de7f3bc75562bce4f451a78ce3d095ac3a502d51a5ca473d992d05993d1e106638b69c7cf80ca7befb5b1b2a72d493fa6037a97951288e
7
- data.tar.gz: d4e9bcc3aff6875abe6768bf278a1fe0b66d39c07a18de79c903a386a614b2cf9079d5fd4222d9fcf7de16063543809edde1ced404e389cf7297e6d896a36141
6
+ metadata.gz: 0b2221994b6b68e39f4d4f2bae1e73633aaa4e0596afb6a359189d7729583fc2016ccf55f060c2a24070b68e887c2578242f27b5bb4315786dc9f652631113da
7
+ data.tar.gz: 762eda9913cc21d6fb74992c5abae132cbac74ccb9f8cc9305bf218a50345b518dcf384eb1adbb3a066cff29e421e05443b9d72f24c4147a33f175e5d6bc0474
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.632
1
+ 3.0.633
@@ -1921,14 +1921,22 @@ module TencentCloud
1921
1921
  # @type SdkAppId: String
1922
1922
  # @param UserId: 用户唯一标识。
1923
1923
  # @type UserId: String
1924
+ # @param RoomIdType: TRTC房间号的类型:
1924
1925
 
1925
- attr_accessor :Sign, :RoomId, :SdkAppId, :UserId
1926
+ # Integer:数字类型
1927
+ # String:字符串类型
1928
+ # 默认为:Integer 。
1929
+ # 注意:此字段可能返回 null,表示取不到有效值。
1930
+ # @type RoomIdType: String
1931
+
1932
+ attr_accessor :Sign, :RoomId, :SdkAppId, :UserId, :RoomIdType
1926
1933
 
1927
- def initialize(sign=nil, roomid=nil, sdkappid=nil, userid=nil)
1934
+ def initialize(sign=nil, roomid=nil, sdkappid=nil, userid=nil, roomidtype=nil)
1928
1935
  @Sign = sign
1929
1936
  @RoomId = roomid
1930
1937
  @SdkAppId = sdkappid
1931
1938
  @UserId = userid
1939
+ @RoomIdType = roomidtype
1932
1940
  end
1933
1941
 
1934
1942
  def deserialize(params)
@@ -1936,6 +1944,7 @@ module TencentCloud
1936
1944
  @RoomId = params['RoomId']
1937
1945
  @SdkAppId = params['SdkAppId']
1938
1946
  @UserId = params['UserId']
1947
+ @RoomIdType = params['RoomIdType']
1939
1948
  end
1940
1949
  end
1941
1950
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-yinsuda
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.632
4
+ version: 3.0.633
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-09 00:00:00.000000000 Z
11
+ date: 2023-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common