Class: TencentCloud::Mps::V20190612::DescribeStreamLinkFlowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeStreamLinkFlowResponse
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeStreamLinkFlow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(info = nil, requestid = nil) ⇒ DescribeStreamLinkFlowResponse
constructor
A new instance of DescribeStreamLinkFlowResponse.
Constructor Details
#initialize(info = nil, requestid = nil) ⇒ DescribeStreamLinkFlowResponse
Returns a new instance of DescribeStreamLinkFlowResponse.
14566 14567 14568 14569 |
# File 'lib/v20190612/models.rb', line 14566 def initialize(info=nil, requestid=nil) @Info = info @RequestId = requestid end |
Instance Attribute Details
#Info ⇒ Object
14564 14565 14566 |
# File 'lib/v20190612/models.rb', line 14564 def Info @Info end |
#RequestId ⇒ Object
14564 14565 14566 |
# File 'lib/v20190612/models.rb', line 14564 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14571 14572 14573 14574 14575 14576 14577 |
# File 'lib/v20190612/models.rb', line 14571 def deserialize(params) unless params['Info'].nil? @Info = DescribeFlow.new @Info.deserialize(params['Info']) end @RequestId = params['RequestId'] end |