Class: TencentCloud::Weilingwith::V20230427::StopVideoStreamingRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::StopVideoStreamingRequest
- Defined in:
- lib/v20230427/models.rb
Overview
StopVideoStreaming请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(stream = nil, wid = nil, workspaceid = nil, applicationtoken = nil) ⇒ StopVideoStreamingRequest
constructor
A new instance of StopVideoStreamingRequest.
Constructor Details
#initialize(stream = nil, wid = nil, workspaceid = nil, applicationtoken = nil) ⇒ StopVideoStreamingRequest
Returns a new instance of StopVideoStreamingRequest.
7475 7476 7477 7478 7479 7480 |
# File 'lib/v20230427/models.rb', line 7475 def initialize(stream=nil, wid=nil, workspaceid=nil, applicationtoken=nil) @Stream = stream @WID = wid @WorkspaceId = workspaceid @ApplicationToken = applicationtoken end |
Instance Attribute Details
#ApplicationToken ⇒ Object
7473 7474 7475 |
# File 'lib/v20230427/models.rb', line 7473 def ApplicationToken @ApplicationToken end |
#Stream ⇒ Object
7473 7474 7475 |
# File 'lib/v20230427/models.rb', line 7473 def Stream @Stream end |
#WID ⇒ Object
7473 7474 7475 |
# File 'lib/v20230427/models.rb', line 7473 def WID @WID end |
#WorkspaceId ⇒ Object
7473 7474 7475 |
# File 'lib/v20230427/models.rb', line 7473 def WorkspaceId @WorkspaceId end |
Instance Method Details
#deserialize(params) ⇒ Object
7482 7483 7484 7485 7486 7487 |
# File 'lib/v20230427/models.rb', line 7482 def deserialize(params) @Stream = params['Stream'] @WID = params['WID'] @WorkspaceId = params['WorkspaceId'] @ApplicationToken = params['ApplicationToken'] end |