Class: TencentCloud::Mps::V20190612::StartStreamLinkFlowRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::StartStreamLinkFlowRequest
- Defined in:
- lib/v20190612/models.rb
Overview
StartStreamLinkFlow请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil) ⇒ StartStreamLinkFlowRequest
constructor
A new instance of StartStreamLinkFlowRequest.
Constructor Details
#initialize(flowid = nil) ⇒ StartStreamLinkFlowRequest
Returns a new instance of StartStreamLinkFlowRequest.
29196 29197 29198 |
# File 'lib/v20190612/models.rb', line 29196 def initialize(flowid=nil) @FlowId = flowid end |
Instance Attribute Details
#FlowId ⇒ Object
29194 29195 29196 |
# File 'lib/v20190612/models.rb', line 29194 def FlowId @FlowId end |
Instance Method Details
#deserialize(params) ⇒ Object
29200 29201 29202 |
# File 'lib/v20190612/models.rb', line 29200 def deserialize(params) @FlowId = params['FlowId'] end |