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.



4989
4990
4991
4992
# File 'lib/v20190612/models.rb', line 4989

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

Instance Attribute Details

#EventIdObject

Parameters:

  • EventId:

    EventId。

  • FlowIds:

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



4987
4988
4989
# File 'lib/v20190612/models.rb', line 4987

def EventId
  @EventId
end

#FlowIdsObject

Parameters:

  • EventId:

    EventId。

  • FlowIds:

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



4987
4988
4989
# File 'lib/v20190612/models.rb', line 4987

def FlowIds
  @FlowIds
end

Instance Method Details

#deserialize(params) ⇒ Object



4994
4995
4996
4997
# File 'lib/v20190612/models.rb', line 4994

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