Class: TencentCloud::Live::V20180801::StopCasterPvwResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::StopCasterPvwResponse
- Defined in:
- lib/v20180801/models.rb
Overview
StopCasterPvw返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopCasterPvwResponse
constructor
A new instance of StopCasterPvwResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopCasterPvwResponse
Returns a new instance of StopCasterPvwResponse.
14925 14926 14927 |
# File 'lib/v20180801/models.rb', line 14925 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14923 14924 14925 |
# File 'lib/v20180801/models.rb', line 14923 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14929 14930 14931 |
# File 'lib/v20180801/models.rb', line 14929 def deserialize(params) @RequestId = params['RequestId'] end |