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.



5954
5955
5956
5957
# File 'lib/v20190612/models.rb', line 5954

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

Instance Attribute Details

#EventIdObject

Parameters:

  • EventId:

    EventId。

  • FlowIds:

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



5952
5953
5954
# File 'lib/v20190612/models.rb', line 5952

def EventId
  @EventId
end

#FlowIdsObject

Parameters:

  • EventId:

    EventId。

  • FlowIds:

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



5952
5953
5954
# File 'lib/v20190612/models.rb', line 5952

def FlowIds
  @FlowIds
end

Instance Method Details

#deserialize(params) ⇒ Object



5959
5960
5961
5962
# File 'lib/v20190612/models.rb', line 5959

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