Class: TencentCloud::Mps::V20190612::BatchStartStreamLinkFlowRequest

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

Overview

BatchStartStreamLinkFlow请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of BatchStartStreamLinkFlowRequest.



5975
5976
5977
5978
# File 'lib/v20190612/models.rb', line 5975

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

Instance Attribute Details

#EventIdObject

Parameters:

  • EventId:

    EventId。

  • FlowIds:

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



5973
5974
5975
# File 'lib/v20190612/models.rb', line 5973

def EventId
  @EventId
end

#FlowIdsObject

Parameters:

  • EventId:

    EventId。

  • FlowIds:

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



5973
5974
5975
# File 'lib/v20190612/models.rb', line 5973

def FlowIds
  @FlowIds
end

Instance Method Details

#deserialize(params) ⇒ Object



5980
5981
5982
5983
# File 'lib/v20190612/models.rb', line 5980

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