Class: TencentCloud::Cme::V20191029::StreamConnectOutput
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::StreamConnectOutput
- Defined in:
- lib/v20191029/models.rb
Overview
云转推输出源。
Instance Attribute Summary collapse
-
#Id ⇒ Object
<li>URL :URL类型</li> 不填默认为URL类型。.
-
#Name ⇒ Object
<li>URL :URL类型</li> 不填默认为URL类型。.
-
#PushUrl ⇒ Object
<li>URL :URL类型</li> 不填默认为URL类型。.
-
#Type ⇒ Object
<li>URL :URL类型</li> 不填默认为URL类型。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, type = nil, pushurl = nil) ⇒ StreamConnectOutput
constructor
A new instance of StreamConnectOutput.
Constructor Details
#initialize(id = nil, name = nil, type = nil, pushurl = nil) ⇒ StreamConnectOutput
Returns a new instance of StreamConnectOutput.
5710 5711 5712 5713 5714 5715 |
# File 'lib/v20191029/models.rb', line 5710 def initialize(id=nil, name=nil, type=nil, pushurl=nil) @Id = id @Name = name @Type = type @PushUrl = pushurl end |
Instance Attribute Details
#Id ⇒ Object
<li>URL :URL类型</li> 不填默认为URL类型。
5708 5709 5710 |
# File 'lib/v20191029/models.rb', line 5708 def Id @Id end |
#Name ⇒ Object
<li>URL :URL类型</li> 不填默认为URL类型。
5708 5709 5710 |
# File 'lib/v20191029/models.rb', line 5708 def Name @Name end |
#PushUrl ⇒ Object
<li>URL :URL类型</li> 不填默认为URL类型。
5708 5709 5710 |
# File 'lib/v20191029/models.rb', line 5708 def PushUrl @PushUrl end |
#Type ⇒ Object
<li>URL :URL类型</li> 不填默认为URL类型。
5708 5709 5710 |
# File 'lib/v20191029/models.rb', line 5708 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
5717 5718 5719 5720 5721 5722 |
# File 'lib/v20191029/models.rb', line 5717 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @Type = params['Type'] @PushUrl = params['PushUrl'] end |