Class: TencentCloud::Iotvideoindustry::V20201201::DeleteLiveChannelResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DeleteLiveChannelResponse
- Defined in:
- lib/v20201201/models.rb
Overview
DeleteLiveChannel返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteLiveChannelResponse
constructor
A new instance of DeleteLiveChannelResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteLiveChannelResponse
Returns a new instance of DeleteLiveChannelResponse.
1202 1203 1204 |
# File 'lib/v20201201/models.rb', line 1202 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1200 1201 1202 |
# File 'lib/v20201201/models.rb', line 1200 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1206 1207 1208 |
# File 'lib/v20201201/models.rb', line 1206 def deserialize(params) @RequestId = params['RequestId'] end |