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.



5283
5284
5285
5286
# File 'lib/v20190612/models.rb', line 5283

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

Instance Attribute Details

#EventIdObject

Parameters:

  • EventId:

    EventId。

  • FlowIds:

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



5281
5282
5283
# File 'lib/v20190612/models.rb', line 5281

def EventId
  @EventId
end

#FlowIdsObject

Parameters:

  • EventId:

    EventId。

  • FlowIds:

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



5281
5282
5283
# File 'lib/v20190612/models.rb', line 5281

def FlowIds
  @FlowIds
end

Instance Method Details

#deserialize(params) ⇒ Object



5288
5289
5290
5291
# File 'lib/v20190612/models.rb', line 5288

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