Class: TencentCloud::Mps::V20190612::BatchStopStreamLinkFlowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::BatchStopStreamLinkFlowResponse
- Defined in:
- lib/v20190612/models.rb
Overview
BatchStopStreamLinkFlow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ BatchStopStreamLinkFlowResponse
constructor
A new instance of BatchStopStreamLinkFlowResponse.
Constructor Details
#initialize(requestid = nil) ⇒ BatchStopStreamLinkFlowResponse
Returns a new instance of BatchStopStreamLinkFlowResponse.
6029 6030 6031 |
# File 'lib/v20190612/models.rb', line 6029 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6027 6028 6029 |
# File 'lib/v20190612/models.rb', line 6027 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6033 6034 6035 |
# File 'lib/v20190612/models.rb', line 6033 def deserialize(params) @RequestId = params['RequestId'] end |