Class: TencentCloud::Mps::V20190612::BatchDeleteStreamLinkFlowRequest

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

Overview

BatchDeleteStreamLinkFlow请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of BatchDeleteStreamLinkFlowRequest.



5818
5819
5820
5821
# File 'lib/v20190612/models.rb', line 5818

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

Instance Attribute Details

#EventIdObject

Parameters:

  • EventId:

    EventId。

  • FlowIds:

    Event关联的流Id数组,如果不传默认删除Event下面的所有媒体传输流。



5816
5817
5818
# File 'lib/v20190612/models.rb', line 5816

def EventId
  @EventId
end

#FlowIdsObject

Parameters:

  • EventId:

    EventId。

  • FlowIds:

    Event关联的流Id数组,如果不传默认删除Event下面的所有媒体传输流。



5816
5817
5818
# File 'lib/v20190612/models.rb', line 5816

def FlowIds
  @FlowIds
end

Instance Method Details

#deserialize(params) ⇒ Object



5823
5824
5825
5826
# File 'lib/v20190612/models.rb', line 5823

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