Class: TencentCloud::Mps::V20190612::CreateStreamLinkFlowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::CreateStreamLinkFlowResponse
- Defined in:
- lib/v20190612/models.rb
Overview
CreateStreamLinkFlow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(info = nil, requestid = nil) ⇒ CreateStreamLinkFlowResponse
constructor
A new instance of CreateStreamLinkFlowResponse.
Constructor Details
#initialize(info = nil, requestid = nil) ⇒ CreateStreamLinkFlowResponse
Returns a new instance of CreateStreamLinkFlowResponse.
10133 10134 10135 10136 |
# File 'lib/v20190612/models.rb', line 10133 def initialize(info=nil, requestid=nil) @Info = info @RequestId = requestid end |
Instance Attribute Details
#Info ⇒ Object
10131 10132 10133 |
# File 'lib/v20190612/models.rb', line 10131 def Info @Info end |
#RequestId ⇒ Object
10131 10132 10133 |
# File 'lib/v20190612/models.rb', line 10131 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10138 10139 10140 10141 10142 10143 10144 |
# File 'lib/v20190612/models.rb', line 10138 def deserialize(params) unless params['Info'].nil? @Info = DescribeFlow.new @Info.deserialize(params['Info']) end @RequestId = params['RequestId'] end |