Class: TencentCloud::Live::V20180801::StopLiveRecordRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::StopLiveRecordRequest
- Defined in:
- lib/v20180801/models.rb
Overview
StopLiveRecord请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(streamname = nil, taskid = nil) ⇒ StopLiveRecordRequest
constructor
A new instance of StopLiveRecordRequest.
Constructor Details
#initialize(streamname = nil, taskid = nil) ⇒ StopLiveRecordRequest
Returns a new instance of StopLiveRecordRequest.
14988 14989 14990 14991 |
# File 'lib/v20180801/models.rb', line 14988 def initialize(streamname=nil, taskid=nil) @StreamName = streamname @TaskId = taskid end |
Instance Attribute Details
#StreamName ⇒ Object
14986 14987 14988 |
# File 'lib/v20180801/models.rb', line 14986 def StreamName @StreamName end |
#TaskId ⇒ Object
14986 14987 14988 |
# File 'lib/v20180801/models.rb', line 14986 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
14993 14994 14995 14996 |
# File 'lib/v20180801/models.rb', line 14993 def deserialize(params) @StreamName = params['StreamName'] @TaskId = params['TaskId'] end |