Class: TencentCloud::Mps::V20190612::StopStreamLinkFlowRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190612/models.rb

Overview

StopStreamLinkFlow请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#FlowIdObject

Parameters:

  • FlowId:

    流Id。



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