Class: TencentCloud::Live::V20180801::DeleteCasterResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DeleteCasterResponse
- Defined in:
- lib/v20180801/models.rb
Overview
DeleteCaster返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteCasterResponse
constructor
A new instance of DeleteCasterResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteCasterResponse
Returns a new instance of DeleteCasterResponse.
4397 4398 4399 |
# File 'lib/v20180801/models.rb', line 4397 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4395 4396 4397 |
# File 'lib/v20180801/models.rb', line 4395 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4401 4402 4403 |
# File 'lib/v20180801/models.rb', line 4401 def deserialize(params) @RequestId = params['RequestId'] end |