Class: TencentCloud::Mps::V20190612::CreateStreamLinkEventResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::CreateStreamLinkEventResponse
- Defined in:
- lib/v20190612/models.rb
Overview
CreateStreamLinkEvent返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(info = nil, requestid = nil) ⇒ CreateStreamLinkEventResponse
constructor
A new instance of CreateStreamLinkEventResponse.
Constructor Details
#initialize(info = nil, requestid = nil) ⇒ CreateStreamLinkEventResponse
Returns a new instance of CreateStreamLinkEventResponse.
8368 8369 8370 8371 |
# File 'lib/v20190612/models.rb', line 8368 def initialize(info=nil, requestid=nil) @Info = info @RequestId = requestid end |
Instance Attribute Details
#Info ⇒ Object
8366 8367 8368 |
# File 'lib/v20190612/models.rb', line 8366 def Info @Info end |
#RequestId ⇒ Object
8366 8367 8368 |
# File 'lib/v20190612/models.rb', line 8366 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8373 8374 8375 8376 8377 8378 8379 |
# File 'lib/v20190612/models.rb', line 8373 def deserialize(params) unless params['Info'].nil? @Info = DescribeEvent.new @Info.deserialize(params['Info']) end @RequestId = params['RequestId'] end |