Class: TencentCloud::Mps::V20190612::BatchStopStreamLinkFlowRequest

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

Overview

BatchStopStreamLinkFlow请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eventid = nil, flowids = nil) ⇒ BatchStopStreamLinkFlowRequest

Returns a new instance of BatchStopStreamLinkFlowRequest.



6011
6012
6013
6014
# File 'lib/v20190612/models.rb', line 6011

def initialize(eventid=nil, flowids=nil)
  @EventId = eventid
  @FlowIds = flowids
end

Instance Attribute Details

#EventIdObject

Parameters:

  • EventId:

    EventId。

  • FlowIds:

    流Id,如果不传默认停止Event下所有的媒体传输流。



6009
6010
6011
# File 'lib/v20190612/models.rb', line 6009

def EventId
  @EventId
end

#FlowIdsObject

Parameters:

  • EventId:

    EventId。

  • FlowIds:

    流Id,如果不传默认停止Event下所有的媒体传输流。



6009
6010
6011
# File 'lib/v20190612/models.rb', line 6009

def FlowIds
  @FlowIds
end

Instance Method Details

#deserialize(params) ⇒ Object



6016
6017
6018
6019
# File 'lib/v20190612/models.rb', line 6016

def deserialize(params)
  @EventId = params['EventId']
  @FlowIds = params['FlowIds']
end