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.
29244 29245 29246 |
# File 'lib/v20190612/models.rb', line 29244 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
29242 29243 29244 |
# File 'lib/v20190612/models.rb', line 29242 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
29248 29249 29250 |
# File 'lib/v20190612/models.rb', line 29248 def deserialize(params) @RequestId = params['RequestId'] end |