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
- URL :URL类型
不填默认为URL类型。. -
#Name ⇒ Object
- URL :URL类型
不填默认为URL类型。. -
#PushUrl ⇒ Object
- URL :URL类型
不填默认为URL类型。. -
#Type ⇒ Object
- URL :URL类型
不填默认为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.
5718 5719 5720 5721 5722 5723 |
# File 'lib/v20191029/models.rb', line 5718 def initialize(id=nil, name=nil, type=nil, pushurl=nil) @Id = id @Name = name @Type = type @PushUrl = pushurl end |
Instance Attribute Details
#Id ⇒ Object
5716 5717 5718 |
# File 'lib/v20191029/models.rb', line 5716 def Id @Id end |
#Name ⇒ Object
5716 5717 5718 |
# File 'lib/v20191029/models.rb', line 5716 def Name @Name end |
#PushUrl ⇒ Object
5716 5717 5718 |
# File 'lib/v20191029/models.rb', line 5716 def PushUrl @PushUrl end |
#Type ⇒ Object
5716 5717 5718 |
# File 'lib/v20191029/models.rb', line 5716 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
5725 5726 5727 5728 5729 5730 |
# File 'lib/v20191029/models.rb', line 5725 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @Type = params['Type'] @PushUrl = params['PushUrl'] end |