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.
22565 22566 22567 22568 |
# File 'lib/v20190612/models.rb', line 22565 def initialize(ip=nil, port=nil) @Ip = ip @Port = port end |
Instance Attribute Details
#Ip ⇒ Object
22563 22564 22565 |
# File 'lib/v20190612/models.rb', line 22563 def Ip @Ip end |
#Port ⇒ Object
22563 22564 22565 |
# File 'lib/v20190612/models.rb', line 22563 def Port @Port end |
Instance Method Details
#deserialize(params) ⇒ Object
22570 22571 22572 22573 |
# File 'lib/v20190612/models.rb', line 22570 def deserialize(params) @Ip = params['Ip'] @Port = params['Port'] end |