Class: TencentCloud::Mps::V20190612::DescribeStreamLinkFlowSRTStatisticsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeStreamLinkFlowSRTStatisticsResponse
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeStreamLinkFlowSRTStatistics返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(infos = nil, requestid = nil) ⇒ DescribeStreamLinkFlowSRTStatisticsResponse
constructor
A new instance of DescribeStreamLinkFlowSRTStatisticsResponse.
Constructor Details
#initialize(infos = nil, requestid = nil) ⇒ DescribeStreamLinkFlowSRTStatisticsResponse
Returns a new instance of DescribeStreamLinkFlowSRTStatisticsResponse.
14556 14557 14558 14559 |
# File 'lib/v20190612/models.rb', line 14556 def initialize(infos=nil, requestid=nil) @Infos = infos @RequestId = requestid end |
Instance Attribute Details
#Infos ⇒ Object
14554 14555 14556 |
# File 'lib/v20190612/models.rb', line 14554 def Infos @Infos end |
#RequestId ⇒ Object
14554 14555 14556 |
# File 'lib/v20190612/models.rb', line 14554 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14561 14562 14563 14564 14565 14566 14567 14568 14569 14570 14571 |
# File 'lib/v20190612/models.rb', line 14561 def deserialize(params) unless params['Infos'].nil? @Infos = [] params['Infos'].each do |i| flowsrtinfo_tmp = FlowSRTInfo.new flowsrtinfo_tmp.deserialize(i) @Infos << flowsrtinfo_tmp end end @RequestId = params['RequestId'] end |