Class: TencentCloud::Live::V20180801::StopRecordTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::StopRecordTaskResponse
- Defined in:
- lib/v20180801/models.rb
Overview
StopRecordTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopRecordTaskResponse
constructor
A new instance of StopRecordTaskResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopRecordTaskResponse
Returns a new instance of StopRecordTaskResponse.
15070 15071 15072 |
# File 'lib/v20180801/models.rb', line 15070 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
15068 15069 15070 |
# File 'lib/v20180801/models.rb', line 15068 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
15074 15075 15076 |
# File 'lib/v20180801/models.rb', line 15074 def deserialize(params) @RequestId = params['RequestId'] end |