Class: TencentCloud::Mps::V20190612::SRTSourceAddressReq
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::SRTSourceAddressReq
- Defined in:
- lib/v20190612/models.rb
Overview
SRT输入源地址。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ip = nil, port = nil) ⇒ SRTSourceAddressReq
constructor
A new instance of SRTSourceAddressReq.
Constructor Details
#initialize(ip = nil, port = nil) ⇒ SRTSourceAddressReq
Returns a new instance of SRTSourceAddressReq.
26990 26991 26992 26993 |
# File 'lib/v20190612/models.rb', line 26990 def initialize(ip=nil, port=nil) @Ip = ip @Port = port end |
Instance Attribute Details
#Ip ⇒ Object
26988 26989 26990 |
# File 'lib/v20190612/models.rb', line 26988 def Ip @Ip end |
#Port ⇒ Object
26988 26989 26990 |
# File 'lib/v20190612/models.rb', line 26988 def Port @Port end |
Instance Method Details
#deserialize(params) ⇒ Object
26995 26996 26997 26998 |
# File 'lib/v20190612/models.rb', line 26995 def deserialize(params) @Ip = params['Ip'] @Port = params['Port'] end |