Class: TencentCloud::Mps::V20190612::SRTAddressDestination
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::SRTAddressDestination
- Defined in:
- lib/v20190612/models.rb
Overview
转推的目标地址信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ip = nil, port = nil) ⇒ SRTAddressDestination
constructor
A new instance of SRTAddressDestination.
Constructor Details
#initialize(ip = nil, port = nil) ⇒ SRTAddressDestination
Returns a new instance of SRTAddressDestination.
26584 26585 26586 26587 |
# File 'lib/v20190612/models.rb', line 26584 def initialize(ip=nil, port=nil) @Ip = ip @Port = port end |
Instance Attribute Details
#Ip ⇒ Object
26582 26583 26584 |
# File 'lib/v20190612/models.rb', line 26582 def Ip @Ip end |
#Port ⇒ Object
26582 26583 26584 |
# File 'lib/v20190612/models.rb', line 26582 def Port @Port end |
Instance Method Details
#deserialize(params) ⇒ Object
26589 26590 26591 26592 |
# File 'lib/v20190612/models.rb', line 26589 def deserialize(params) @Ip = params['Ip'] @Port = params['Port'] end |