Class: TencentCloud::Live::V20180801::StopLiveRecordResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::StopLiveRecordResponse
- Defined in:
- lib/v20180801/models.rb
Overview
StopLiveRecord返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopLiveRecordResponse
constructor
A new instance of StopLiveRecordResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopLiveRecordResponse
Returns a new instance of StopLiveRecordResponse.
15006 15007 15008 |
# File 'lib/v20180801/models.rb', line 15006 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
15004 15005 15006 |
# File 'lib/v20180801/models.rb', line 15004 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
15010 15011 15012 |
# File 'lib/v20180801/models.rb', line 15010 def deserialize(params) @RequestId = params['RequestId'] end |