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.
5265 5266 5267 |
# File 'lib/v20190612/models.rb', line 5265 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5263 5264 5265 |
# File 'lib/v20190612/models.rb', line 5263 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5269 5270 5271 |
# File 'lib/v20190612/models.rb', line 5269 def deserialize(params) @RequestId = params['RequestId'] end |