Class: TencentCloud::Live::V20180801::DeleteCasterInputInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DeleteCasterInputInfoResponse
- Defined in:
- lib/v20180801/models.rb
Overview
DeleteCasterInputInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteCasterInputInfoResponse
constructor
A new instance of DeleteCasterInputInfoResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteCasterInputInfoResponse
Returns a new instance of DeleteCasterInputInfoResponse.
4219 4220 4221 |
# File 'lib/v20180801/models.rb', line 4219 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4217 4218 4219 |
# File 'lib/v20180801/models.rb', line 4217 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4223 4224 4225 |
# File 'lib/v20180801/models.rb', line 4223 def deserialize(params) @RequestId = params['RequestId'] end |