Class: TencentCloud::Live::V20180801::StopLiveRecordRequest

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

Overview

StopLiveRecord请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#StreamNameObject

Parameters:

  • StreamName:

    流名称。

  • TaskId:

    任务ID,由CreateLiveRecord接口返回。



14986
14987
14988
# File 'lib/v20180801/models.rb', line 14986

def StreamName
  @StreamName
end

#TaskIdObject

Parameters:

  • StreamName:

    流名称。

  • TaskId:

    任务ID,由CreateLiveRecord接口返回。



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