Class: TencentCloud::Cme::V20191029::HandleStreamConnectProjectResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::HandleStreamConnectProjectResponse
- Defined in:
- lib/v20191029/models.rb
Overview
HandleStreamConnectProject返回参数结构体
Instance Attribute Summary collapse
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#StreamInputRtmpPushUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#VodPullInputPlayInfo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(streaminputrtmppushurl = nil, vodpullinputplayinfo = nil, requestid = nil) ⇒ HandleStreamConnectProjectResponse
constructor
A new instance of HandleStreamConnectProjectResponse.
Constructor Details
#initialize(streaminputrtmppushurl = nil, vodpullinputplayinfo = nil, requestid = nil) ⇒ HandleStreamConnectProjectResponse
Returns a new instance of HandleStreamConnectProjectResponse.
3007 3008 3009 3010 3011 |
# File 'lib/v20191029/models.rb', line 3007 def initialize(streaminputrtmppushurl=nil, =nil, requestid=nil) @StreamInputRtmpPushUrl = streaminputrtmppushurl @VodPullInputPlayInfo = @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3005 3006 3007 |
# File 'lib/v20191029/models.rb', line 3005 def RequestId @RequestId end |
#StreamInputRtmpPushUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3005 3006 3007 |
# File 'lib/v20191029/models.rb', line 3005 def StreamInputRtmpPushUrl @StreamInputRtmpPushUrl end |
#VodPullInputPlayInfo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3005 3006 3007 |
# File 'lib/v20191029/models.rb', line 3005 def VodPullInputPlayInfo @VodPullInputPlayInfo end |
Instance Method Details
#deserialize(params) ⇒ Object
3013 3014 3015 3016 3017 3018 3019 3020 |
# File 'lib/v20191029/models.rb', line 3013 def deserialize(params) @StreamInputRtmpPushUrl = params['StreamInputRtmpPushUrl'] unless params['VodPullInputPlayInfo'].nil? @VodPullInputPlayInfo = VodPullInputPlayInfo.new @VodPullInputPlayInfo.deserialize(params['VodPullInputPlayInfo']) end @RequestId = params['RequestId'] end |