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.
5954 5955 5956 5957 |
# File 'lib/v20190612/models.rb', line 5954 def initialize(eventid=nil, flowids=nil) @EventId = eventid @FlowIds = flowids end |
Instance Attribute Details
#EventId ⇒ Object
5952 5953 5954 |
# File 'lib/v20190612/models.rb', line 5952 def EventId @EventId end |
#FlowIds ⇒ Object
5952 5953 5954 |
# File 'lib/v20190612/models.rb', line 5952 def FlowIds @FlowIds end |
Instance Method Details
#deserialize(params) ⇒ Object
5959 5960 5961 5962 |
# File 'lib/v20190612/models.rb', line 5959 def deserialize(params) @EventId = params['EventId'] @FlowIds = params['FlowIds'] end |