Class: TencentCloud::Mps::V20190612::RTPAddressDestination
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::RTPAddressDestination
- Defined in:
- lib/v20190612/models.rb
Overview
转推的RTP目标地址信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ip = nil, port = nil) ⇒ RTPAddressDestination
constructor
A new instance of RTPAddressDestination.
Constructor Details
#initialize(ip = nil, port = nil) ⇒ RTPAddressDestination
Returns a new instance of RTPAddressDestination.
25378 25379 25380 25381 |
# File 'lib/v20190612/models.rb', line 25378 def initialize(ip=nil, port=nil) @Ip = ip @Port = port end |
Instance Attribute Details
#Ip ⇒ Object
25376 25377 25378 |
# File 'lib/v20190612/models.rb', line 25376 def Ip @Ip end |
#Port ⇒ Object
25376 25377 25378 |
# File 'lib/v20190612/models.rb', line 25376 def Port @Port end |
Instance Method Details
#deserialize(params) ⇒ Object
25383 25384 25385 25386 |
# File 'lib/v20190612/models.rb', line 25383 def deserialize(params) @Ip = params['Ip'] @Port = params['Port'] end |