Class: TencentCloud::Mps::V20190612::DescribeOutputRTMPPullServerUrl
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeOutputRTMPPullServerUrl
- Defined in:
- lib/v20190612/models.rb
Overview
查询输出的RTMP拉流URL信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tcurl = nil, streamkey = nil) ⇒ DescribeOutputRTMPPullServerUrl
constructor
A new instance of DescribeOutputRTMPPullServerUrl.
Constructor Details
#initialize(tcurl = nil, streamkey = nil) ⇒ DescribeOutputRTMPPullServerUrl
Returns a new instance of DescribeOutputRTMPPullServerUrl.
11438 11439 11440 11441 |
# File 'lib/v20190612/models.rb', line 11438 def initialize(tcurl=nil, streamkey=nil) @TcUrl = tcurl @StreamKey = streamkey end |
Instance Attribute Details
#StreamKey ⇒ Object
11436 11437 11438 |
# File 'lib/v20190612/models.rb', line 11436 def StreamKey @StreamKey end |
#TcUrl ⇒ Object
11436 11437 11438 |
# File 'lib/v20190612/models.rb', line 11436 def TcUrl @TcUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
11443 11444 11445 11446 |
# File 'lib/v20190612/models.rb', line 11443 def deserialize(params) @TcUrl = params['TcUrl'] @StreamKey = params['StreamKey'] end |