Class: TencentCloud::Yinsuda::V20220527::TRTCJoinRoomInput
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yinsuda::V20220527::TRTCJoinRoomInput
- Defined in:
- lib/v20220527/models.rb
Overview
TRTC推流进房信息
Instance Attribute Summary collapse
-
#RoomId ⇒ Object
Integer:数字类型 String:字符串类型 默认为:Integer 。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RoomIdType ⇒ Object
Integer:数字类型 String:字符串类型 默认为:Integer 。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SdkAppId ⇒ Object
Integer:数字类型 String:字符串类型 默认为:Integer 。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Sign ⇒ Object
Integer:数字类型 String:字符串类型 默认为:Integer 。 注意:此字段可能返回 null,表示取不到有效值。.
-
#UserId ⇒ Object
Integer:数字类型 String:字符串类型 默认为:Integer 。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sign = nil, roomid = nil, sdkappid = nil, userid = nil, roomidtype = nil) ⇒ TRTCJoinRoomInput
constructor
A new instance of TRTCJoinRoomInput.
Constructor Details
#initialize(sign = nil, roomid = nil, sdkappid = nil, userid = nil, roomidtype = nil) ⇒ TRTCJoinRoomInput
Returns a new instance of TRTCJoinRoomInput.
2120 2121 2122 2123 2124 2125 2126 |
# File 'lib/v20220527/models.rb', line 2120 def initialize(sign=nil, roomid=nil, sdkappid=nil, userid=nil, roomidtype=nil) @Sign = sign @RoomId = roomid @SdkAppId = sdkappid @UserId = userid @RoomIdType = roomidtype end |
Instance Attribute Details
#RoomId ⇒ Object
Integer:数字类型String:字符串类型默认为:Integer 。注意:此字段可能返回 null,表示取不到有效值。
2118 2119 2120 |
# File 'lib/v20220527/models.rb', line 2118 def RoomId @RoomId end |
#RoomIdType ⇒ Object
Integer:数字类型String:字符串类型默认为:Integer 。注意:此字段可能返回 null,表示取不到有效值。
2118 2119 2120 |
# File 'lib/v20220527/models.rb', line 2118 def RoomIdType @RoomIdType end |
#SdkAppId ⇒ Object
Integer:数字类型String:字符串类型默认为:Integer 。注意:此字段可能返回 null,表示取不到有效值。
2118 2119 2120 |
# File 'lib/v20220527/models.rb', line 2118 def SdkAppId @SdkAppId end |
#Sign ⇒ Object
Integer:数字类型String:字符串类型默认为:Integer 。注意:此字段可能返回 null,表示取不到有效值。
2118 2119 2120 |
# File 'lib/v20220527/models.rb', line 2118 def Sign @Sign end |
#UserId ⇒ Object
Integer:数字类型String:字符串类型默认为:Integer 。注意:此字段可能返回 null,表示取不到有效值。
2118 2119 2120 |
# File 'lib/v20220527/models.rb', line 2118 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
2128 2129 2130 2131 2132 2133 2134 |
# File 'lib/v20220527/models.rb', line 2128 def deserialize(params) @Sign = params['Sign'] @RoomId = params['RoomId'] @SdkAppId = params['SdkAppId'] @UserId = params['UserId'] @RoomIdType = params['RoomIdType'] end |