Class: TencentCloud::Mps::V20190612::BatchStopStreamLinkFlowRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::BatchStopStreamLinkFlowRequest
- Defined in:
- lib/v20190612/models.rb
Overview
BatchStopStreamLinkFlow请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventid = nil, flowids = nil) ⇒ BatchStopStreamLinkFlowRequest
constructor
A new instance of BatchStopStreamLinkFlowRequest.
Constructor Details
#initialize(eventid = nil, flowids = nil) ⇒ BatchStopStreamLinkFlowRequest
Returns a new instance of BatchStopStreamLinkFlowRequest.
5283 5284 5285 5286 |
# File 'lib/v20190612/models.rb', line 5283 def initialize(eventid=nil, flowids=nil) @EventId = eventid @FlowIds = flowids end |
Instance Attribute Details
#EventId ⇒ Object
5281 5282 5283 |
# File 'lib/v20190612/models.rb', line 5281 def EventId @EventId end |
#FlowIds ⇒ Object
5281 5282 5283 |
# File 'lib/v20190612/models.rb', line 5281 def FlowIds @FlowIds end |
Instance Method Details
#deserialize(params) ⇒ Object
5288 5289 5290 5291 |
# File 'lib/v20190612/models.rb', line 5288 def deserialize(params) @EventId = params['EventId'] @FlowIds = params['FlowIds'] end |