Class: TencentCloud::Live::V20180801::StopLivePadStreamResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::StopLivePadStreamResponse
- Defined in:
- lib/v20180801/models.rb
Overview
StopLivePadStream返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopLivePadStreamResponse
constructor
A new instance of StopLivePadStreamResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopLivePadStreamResponse
Returns a new instance of StopLivePadStreamResponse.
14970 14971 14972 |
# File 'lib/v20180801/models.rb', line 14970 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14968 14969 14970 |
# File 'lib/v20180801/models.rb', line 14968 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14974 14975 14976 |
# File 'lib/v20180801/models.rb', line 14974 def deserialize(params) @RequestId = params['RequestId'] end |