Class: TencentCloud::Live::V20180801::DeleteCasterOutputInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DeleteCasterOutputInfoResponse
- Defined in:
- lib/v20180801/models.rb
Overview
DeleteCasterOutputInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteCasterOutputInfoResponse
constructor
A new instance of DeleteCasterOutputInfoResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteCasterOutputInfoResponse
Returns a new instance of DeleteCasterOutputInfoResponse.
4365 4366 4367 |
# File 'lib/v20180801/models.rb', line 4365 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4363 4364 4365 |
# File 'lib/v20180801/models.rb', line 4363 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4369 4370 4371 |
# File 'lib/v20180801/models.rb', line 4369 def deserialize(params) @RequestId = params['RequestId'] end |