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.
25706 25707 25708 25709 |
# File 'lib/v20190612/models.rb', line 25706 def initialize(ip=nil, port=nil) @Ip = ip @Port = port end |
Instance Attribute Details
#Ip ⇒ Object
25704 25705 25706 |
# File 'lib/v20190612/models.rb', line 25704 def Ip @Ip end |
#Port ⇒ Object
25704 25705 25706 |
# File 'lib/v20190612/models.rb', line 25704 def Port @Port end |
Instance Method Details
#deserialize(params) ⇒ Object
25711 25712 25713 25714 |
# File 'lib/v20190612/models.rb', line 25711 def deserialize(params) @Ip = params['Ip'] @Port = params['Port'] end |