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.
14720 14721 14722 |
# File 'lib/v20180801/models.rb', line 14720 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14718 14719 14720 |
# File 'lib/v20180801/models.rb', line 14718 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14724 14725 14726 |
# File 'lib/v20180801/models.rb', line 14724 def deserialize(params) @RequestId = params['RequestId'] end |