Class: TencentCloud::Weilingwith::V20230427::StopVideoStreamingResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::StopVideoStreamingResponse
- Defined in:
- lib/v20230427/models.rb
Overview
StopVideoStreaming返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ StopVideoStreamingResponse
constructor
A new instance of StopVideoStreamingResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ StopVideoStreamingResponse
Returns a new instance of StopVideoStreamingResponse.
7499 7500 7501 7502 |
# File 'lib/v20230427/models.rb', line 7499 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7497 7498 7499 |
# File 'lib/v20230427/models.rb', line 7497 def RequestId @RequestId end |
#Result ⇒ Object
7497 7498 7499 |
# File 'lib/v20230427/models.rb', line 7497 def Result @Result end |