Class: TencentCloud::Live::V20180801::DeleteLiveRecordRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DeleteLiveRecordRequest
- Defined in:
- lib/v20180801/models.rb
Overview
DeleteLiveRecord请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(streamname = nil, taskid = nil) ⇒ DeleteLiveRecordRequest
constructor
A new instance of DeleteLiveRecordRequest.
Constructor Details
#initialize(streamname = nil, taskid = nil) ⇒ DeleteLiveRecordRequest
Returns a new instance of DeleteLiveRecordRequest.
4640 4641 4642 4643 |
# File 'lib/v20180801/models.rb', line 4640 def initialize(streamname=nil, taskid=nil) @StreamName = streamname @TaskId = taskid end |
Instance Attribute Details
#StreamName ⇒ Object
4638 4639 4640 |
# File 'lib/v20180801/models.rb', line 4638 def StreamName @StreamName end |
#TaskId ⇒ Object
4638 4639 4640 |
# File 'lib/v20180801/models.rb', line 4638 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
4645 4646 4647 4648 |
# File 'lib/v20180801/models.rb', line 4645 def deserialize(params) @StreamName = params['StreamName'] @TaskId = params['TaskId'] end |