Class: TencentCloud::Mps::V20190612::StartStreamLinkFlowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::StartStreamLinkFlowResponse
- Defined in:
- lib/v20190612/models.rb
Overview
StartStreamLinkFlow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StartStreamLinkFlowResponse
constructor
A new instance of StartStreamLinkFlowResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StartStreamLinkFlowResponse
Returns a new instance of StartStreamLinkFlowResponse.
29212 29213 29214 |
# File 'lib/v20190612/models.rb', line 29212 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
29210 29211 29212 |
# File 'lib/v20190612/models.rb', line 29210 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
29216 29217 29218 |
# File 'lib/v20190612/models.rb', line 29216 def deserialize(params) @RequestId = params['RequestId'] end |