Class: TencentCloud::Live::V20180801::StopCasterPgmResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::StopCasterPgmResponse
- Defined in:
- lib/v20180801/models.rb
Overview
StopCasterPgm返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopCasterPgmResponse
constructor
A new instance of StopCasterPgmResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopCasterPgmResponse
Returns a new instance of StopCasterPgmResponse.
14893 14894 14895 |
# File 'lib/v20180801/models.rb', line 14893 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14891 14892 14893 |
# File 'lib/v20180801/models.rb', line 14891 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14897 14898 14899 |
# File 'lib/v20180801/models.rb', line 14897 def deserialize(params) @RequestId = params['RequestId'] end |