Class: TencentCloud::Mps::V20190612::StopStreamLinkFlowRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::StopStreamLinkFlowRequest
- Defined in:
- lib/v20190612/models.rb
Overview
StopStreamLinkFlow请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil) ⇒ StopStreamLinkFlowRequest
constructor
A new instance of StopStreamLinkFlowRequest.
Constructor Details
#initialize(flowid = nil) ⇒ StopStreamLinkFlowRequest
Returns a new instance of StopStreamLinkFlowRequest.
28882 28883 28884 |
# File 'lib/v20190612/models.rb', line 28882 def initialize(flowid=nil) @FlowId = flowid end |
Instance Attribute Details
#FlowId ⇒ Object
28880 28881 28882 |
# File 'lib/v20190612/models.rb', line 28880 def FlowId @FlowId end |
Instance Method Details
#deserialize(params) ⇒ Object
28886 28887 28888 |
# File 'lib/v20190612/models.rb', line 28886 def deserialize(params) @FlowId = params['FlowId'] end |