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.



5770
5771
5772
5773
5774
# File 'lib/v20191029/models.rb', line 5770

def initialize(id=nil, name=nil, url=nil)
  @Id = id
  @Name = name
  @Url = url
end

Instance Attribute Details

#IdObject

Parameters:

  • Id:

    云转推输出标识。

  • Name:

    云转推输出名称。

  • Url:

    云转推输出地址。



5768
5769
5770
# File 'lib/v20191029/models.rb', line 5768

def Id
  @Id
end

#NameObject

Parameters:

  • Id:

    云转推输出标识。

  • Name:

    云转推输出名称。

  • Url:

    云转推输出地址。



5768
5769
5770
# File 'lib/v20191029/models.rb', line 5768

def Name
  @Name
end

#UrlObject

Parameters:

  • Id:

    云转推输出标识。

  • Name:

    云转推输出名称。

  • Url:

    云转推输出地址。



5768
5769
5770
# File 'lib/v20191029/models.rb', line 5768

def Url
  @Url
end

Instance Method Details

#deserialize(params) ⇒ Object



5776
5777
5778
5779
5780
# File 'lib/v20191029/models.rb', line 5776

def deserialize(params)
  @Id = params['Id']
  @Name = params['Name']
  @Url = params['Url']
end