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.
9985 9986 9987 9988 |
# File 'lib/v20190612/models.rb', line 9985 def initialize(info=nil, requestid=nil) @Info = info @RequestId = requestid end |
Instance Attribute Details
#Info ⇒ Object
9983 9984 9985 |
# File 'lib/v20190612/models.rb', line 9983 def Info @Info end |
#RequestId ⇒ Object
9983 9984 9985 |
# File 'lib/v20190612/models.rb', line 9983 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9990 9991 9992 9993 9994 9995 9996 |
# File 'lib/v20190612/models.rb', line 9990 def deserialize(params) unless params['Info'].nil? @Info = DescribeEvent.new @Info.deserialize(params['Info']) end @RequestId = params['RequestId'] end |