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.
13240 13241 13242 13243 |
# File 'lib/v20190612/models.rb', line 13240 def initialize(tcurl=nil, streamkey=nil) @TcUrl = tcurl @StreamKey = streamkey end |
Instance Attribute Details
#StreamKey ⇒ Object
13238 13239 13240 |
# File 'lib/v20190612/models.rb', line 13238 def StreamKey @StreamKey end |
#TcUrl ⇒ Object
13238 13239 13240 |
# File 'lib/v20190612/models.rb', line 13238 def TcUrl @TcUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
13245 13246 13247 13248 |
# File 'lib/v20190612/models.rb', line 13245 def deserialize(params) @TcUrl = params['TcUrl'] @StreamKey = params['StreamKey'] end |