Class: TencentCloud::Vod::V20180717::TrtcRecordInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::TrtcRecordInfo
- Defined in:
- lib/v20180717/models.rb
Overview
TRTC伴生录制信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sdkappid = nil, roomid = nil, taskid = nil, userids = nil) ⇒ TrtcRecordInfo
constructor
A new instance of TrtcRecordInfo.
Constructor Details
#initialize(sdkappid = nil, roomid = nil, taskid = nil, userids = nil) ⇒ TrtcRecordInfo
Returns a new instance of TrtcRecordInfo.
28681 28682 28683 28684 28685 28686 |
# File 'lib/v20180717/models.rb', line 28681 def initialize(sdkappid=nil, roomid=nil, taskid=nil, userids=nil) @SdkAppId = sdkappid @RoomId = roomid @TaskId = taskid @UserIds = userids end |
Instance Attribute Details
#RoomId ⇒ Object
28679 28680 28681 |
# File 'lib/v20180717/models.rb', line 28679 def RoomId @RoomId end |
#SdkAppId ⇒ Object
28679 28680 28681 |
# File 'lib/v20180717/models.rb', line 28679 def SdkAppId @SdkAppId end |
#TaskId ⇒ Object
28679 28680 28681 |
# File 'lib/v20180717/models.rb', line 28679 def TaskId @TaskId end |
#UserIds ⇒ Object
28679 28680 28681 |
# File 'lib/v20180717/models.rb', line 28679 def UserIds @UserIds end |
Instance Method Details
#deserialize(params) ⇒ Object
28688 28689 28690 28691 28692 28693 |
# File 'lib/v20180717/models.rb', line 28688 def deserialize(params) @SdkAppId = params['SdkAppId'] @RoomId = params['RoomId'] @TaskId = params['TaskId'] @UserIds = params['UserIds'] end |