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.
10064 10065 10066 10067 |
# File 'lib/v20190612/models.rb', line 10064 def initialize(info=nil, requestid=nil) @Info = info @RequestId = requestid end |
Instance Attribute Details
#Info ⇒ Object
10062 10063 10064 |
# File 'lib/v20190612/models.rb', line 10062 def Info @Info end |
#RequestId ⇒ Object
10062 10063 10064 |
# File 'lib/v20190612/models.rb', line 10062 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10069 10070 10071 10072 10073 10074 10075 |
# File 'lib/v20190612/models.rb', line 10069 def deserialize(params) unless params['Info'].nil? @Info = DescribeEvent.new @Info.deserialize(params['Info']) end @RequestId = params['RequestId'] end |