Class: TencentCloud::Cme::V20191029::StreamConnectOutputInterruptInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::StreamConnectOutputInterruptInfo
- Defined in:
- lib/v20191029/models.rb
Overview
云转推输出断流信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, url = nil) ⇒ StreamConnectOutputInterruptInfo
constructor
A new instance of StreamConnectOutputInterruptInfo.
Constructor Details
#initialize(id = nil, name = nil, url = nil) ⇒ StreamConnectOutputInterruptInfo
Returns a new instance of StreamConnectOutputInterruptInfo.
5762 5763 5764 5765 5766 |
# File 'lib/v20191029/models.rb', line 5762 def initialize(id=nil, name=nil, url=nil) @Id = id @Name = name @Url = url end |
Instance Attribute Details
#Id ⇒ Object
5760 5761 5762 |
# File 'lib/v20191029/models.rb', line 5760 def Id @Id end |
#Name ⇒ Object
5760 5761 5762 |
# File 'lib/v20191029/models.rb', line 5760 def Name @Name end |
#Url ⇒ Object
5760 5761 5762 |
# File 'lib/v20191029/models.rb', line 5760 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
5768 5769 5770 5771 5772 |
# File 'lib/v20191029/models.rb', line 5768 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @Url = params['Url'] end |