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.



24966
24967
24968
# File 'lib/v20190612/models.rb', line 24966

def initialize(flowid=nil)
  @FlowId = flowid
end

Instance Attribute Details

#FlowIdObject

Parameters:

  • FlowId:

    流Id。



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