Class: TencentCloud::Cme::V20191029::StreamConnectOutputInterruptInfo

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20191029/models.rb

Overview

云转推输出断流信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#IdObject

Parameters:

  • Id:

    云转推输出标识。

  • Name:

    云转推输出名称。

  • Url:

    云转推输出地址。



5760
5761
5762
# File 'lib/v20191029/models.rb', line 5760

def Id
  @Id
end

#NameObject

Parameters:

  • Id:

    云转推输出标识。

  • Name:

    云转推输出名称。

  • Url:

    云转推输出地址。



5760
5761
5762
# File 'lib/v20191029/models.rb', line 5760

def Name
  @Name
end

#UrlObject

Parameters:

  • Id:

    云转推输出标识。

  • Name:

    云转推输出名称。

  • Url:

    云转推输出地址。



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