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.
10054 10055 10056 10057 |
# File 'lib/v20190612/models.rb', line 10054 def initialize(info=nil, requestid=nil) @Info = info @RequestId = requestid end |
Instance Attribute Details
#Info ⇒ Object
10052 10053 10054 |
# File 'lib/v20190612/models.rb', line 10052 def Info @Info end |
#RequestId ⇒ Object
10052 10053 10054 |
# File 'lib/v20190612/models.rb', line 10052 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10059 10060 10061 10062 10063 10064 10065 |
# File 'lib/v20190612/models.rb', line 10059 def deserialize(params) unless params['Info'].nil? @Info = DescribeFlow.new @Info.deserialize(params['Info']) end @RequestId = params['RequestId'] end |