Class: TencentCloud::Live::V20180801::DeleteLiveRecordRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180801/models.rb

Overview

DeleteLiveRecord请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#StreamNameObject

Parameters:

  • StreamName:

    流名称。

  • TaskId:

    任务ID,由CreateLiveRecord接口返回。



4638
4639
4640
# File 'lib/v20180801/models.rb', line 4638

def StreamName
  @StreamName
end

#TaskIdObject

Parameters:

  • StreamName:

    流名称。

  • TaskId:

    任务ID,由CreateLiveRecord接口返回。



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