Class: TencentCloud::Live::V20180801::StartLivePadStreamResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::StartLivePadStreamResponse
- Defined in:
- lib/v20180801/models.rb
Overview
StartLivePadStream返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StartLivePadStreamResponse
constructor
A new instance of StartLivePadStreamResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StartLivePadStreamResponse
Returns a new instance of StartLivePadStreamResponse.
14824 14825 14826 |
# File 'lib/v20180801/models.rb', line 14824 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14822 14823 14824 |
# File 'lib/v20180801/models.rb', line 14822 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14828 14829 14830 |
# File 'lib/v20180801/models.rb', line 14828 def deserialize(params) @RequestId = params['RequestId'] end |