Class: TencentCloud::Live::V20180801::ReleaseCasterResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::ReleaseCasterResponse
- Defined in:
- lib/v20180801/models.rb
Overview
ReleaseCaster返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ReleaseCasterResponse
constructor
A new instance of ReleaseCasterResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ReleaseCasterResponse
Returns a new instance of ReleaseCasterResponse.
14450 14451 14452 |
# File 'lib/v20180801/models.rb', line 14450 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14448 14449 14450 |
# File 'lib/v20180801/models.rb', line 14448 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14454 14455 14456 |
# File 'lib/v20180801/models.rb', line 14454 def deserialize(params) @RequestId = params['RequestId'] end |