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.
5972 5973 5974 |
# File 'lib/v20190612/models.rb', line 5972 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5970 5971 5972 |
# File 'lib/v20190612/models.rb', line 5970 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5976 5977 5978 |
# File 'lib/v20190612/models.rb', line 5976 def deserialize(params) @RequestId = params['RequestId'] end |