Class: TencentCloud::Mps::V20190612::BatchStartStreamLinkFlowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::BatchStartStreamLinkFlowResponse
- Defined in:
- lib/v20190612/models.rb
Overview
BatchStartStreamLinkFlow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ BatchStartStreamLinkFlowResponse
constructor
A new instance of BatchStartStreamLinkFlowResponse.
Constructor Details
#initialize(requestid = nil) ⇒ BatchStartStreamLinkFlowResponse
Returns a new instance of BatchStartStreamLinkFlowResponse.
5936 5937 5938 |
# File 'lib/v20190612/models.rb', line 5936 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5934 5935 5936 |
# File 'lib/v20190612/models.rb', line 5934 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5940 5941 5942 |
# File 'lib/v20190612/models.rb', line 5940 def deserialize(params) @RequestId = params['RequestId'] end |