Class: TencentCloud::Mps::V20190612::StopStreamLinkFlowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::StopStreamLinkFlowResponse
- Defined in:
- lib/v20190612/models.rb
Overview
StopStreamLinkFlow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopStreamLinkFlowResponse
constructor
A new instance of StopStreamLinkFlowResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopStreamLinkFlowResponse
Returns a new instance of StopStreamLinkFlowResponse.
24997 24998 24999 |
# File 'lib/v20190612/models.rb', line 24997 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
24995 24996 24997 |
# File 'lib/v20190612/models.rb', line 24995 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
25001 25002 25003 |
# File 'lib/v20190612/models.rb', line 25001 def deserialize(params) @RequestId = params['RequestId'] end |