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.
10183 10184 10185 10186 |
# File 'lib/v20190612/models.rb', line 10183 def initialize(info=nil, requestid=nil) @Info = info @RequestId = requestid end |
Instance Attribute Details
#Info ⇒ Object
10181 10182 10183 |
# File 'lib/v20190612/models.rb', line 10181 def Info @Info end |
#RequestId ⇒ Object
10181 10182 10183 |
# File 'lib/v20190612/models.rb', line 10181 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10188 10189 10190 10191 10192 10193 10194 |
# File 'lib/v20190612/models.rb', line 10188 def deserialize(params) unless params['Info'].nil? @Info = DescribeFlow.new @Info.deserialize(params['Info']) end @RequestId = params['RequestId'] end |