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.
24966 24967 24968 |
# File 'lib/v20190612/models.rb', line 24966 def initialize(flowid=nil) @FlowId = flowid end |
Instance Attribute Details
#FlowId ⇒ Object
24964 24965 24966 |
# File 'lib/v20190612/models.rb', line 24964 def FlowId @FlowId end |
Instance Method Details
#deserialize(params) ⇒ Object
24970 24971 24972 |
# File 'lib/v20190612/models.rb', line 24970 def deserialize(params) @FlowId = params['FlowId'] end |