Class: TencentCloud::Mps::V20190612::CreateStreamLinkInputResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::CreateStreamLinkInputResponse
- Defined in:
- lib/v20190612/models.rb
Overview
CreateStreamLinkInput返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(info = nil, requestid = nil) ⇒ CreateStreamLinkInputResponse
constructor
A new instance of CreateStreamLinkInputResponse.
Constructor Details
#initialize(info = nil, requestid = nil) ⇒ CreateStreamLinkInputResponse
Returns a new instance of CreateStreamLinkInputResponse.
10104 10105 10106 10107 |
# File 'lib/v20190612/models.rb', line 10104 def initialize(info=nil, requestid=nil) @Info = info @RequestId = requestid end |
Instance Attribute Details
#Info ⇒ Object
10102 10103 10104 |
# File 'lib/v20190612/models.rb', line 10102 def Info @Info end |
#RequestId ⇒ Object
10102 10103 10104 |
# File 'lib/v20190612/models.rb', line 10102 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10109 10110 10111 10112 10113 10114 10115 |
# File 'lib/v20190612/models.rb', line 10109 def deserialize(params) unless params['Info'].nil? @Info = DescribeFlow.new @Info.deserialize(params['Info']) end @RequestId = params['RequestId'] end |