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.
12603 12604 12605 12606 |
# File 'lib/v20190612/models.rb', line 12603 def initialize(infos=nil, requestid=nil) @Infos = infos @RequestId = requestid end |
Instance Attribute Details
#Infos ⇒ Object
12601 12602 12603 |
# File 'lib/v20190612/models.rb', line 12601 def Infos @Infos end |
#RequestId ⇒ Object
12601 12602 12603 |
# File 'lib/v20190612/models.rb', line 12601 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12608 12609 12610 12611 12612 12613 12614 12615 12616 12617 12618 |
# File 'lib/v20190612/models.rb', line 12608 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 |