Class: TencentCloud::Mps::V20190612::BatchStartStreamLinkFlowRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::BatchStartStreamLinkFlowRequest
- Defined in:
- lib/v20190612/models.rb
Overview
BatchStartStreamLinkFlow请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventid = nil, flowids = nil) ⇒ BatchStartStreamLinkFlowRequest
constructor
A new instance of BatchStartStreamLinkFlowRequest.
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
#EventId ⇒ Object
5973 5974 5975 |
# File 'lib/v20190612/models.rb', line 5973 def EventId @EventId end |
#FlowIds ⇒ Object
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 |