Class: TencentCloud::Mps::V20190612::DescribeStreamLinkFlowSRTStatisticsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeStreamLinkFlowSRTStatisticsRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeStreamLinkFlowSRTStatistics请求参数结构体
Instance Attribute Summary collapse
-
#EndTime ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。 UTC时间,如‘2020-01-01T12:00:00Z’。.
-
#FlowId ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。 UTC时间,如‘2020-01-01T12:00:00Z’。.
-
#InputOutputId ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。 UTC时间,如‘2020-01-01T12:00:00Z’。.
-
#Period ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。 UTC时间,如‘2020-01-01T12:00:00Z’。.
-
#Pipeline ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。 UTC时间,如‘2020-01-01T12:00:00Z’。.
-
#RemoteIp ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。 UTC时间,如‘2020-01-01T12:00:00Z’。.
-
#StartTime ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。 UTC时间,如‘2020-01-01T12:00:00Z’。.
-
#Type ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。 UTC时间,如‘2020-01-01T12:00:00Z’。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, type = nil, inputoutputid = nil, pipeline = nil, starttime = nil, endtime = nil, period = nil, remoteip = nil) ⇒ DescribeStreamLinkFlowSRTStatisticsRequest
constructor
A new instance of DescribeStreamLinkFlowSRTStatisticsRequest.
Constructor Details
#initialize(flowid = nil, type = nil, inputoutputid = nil, pipeline = nil, starttime = nil, endtime = nil, period = nil, remoteip = nil) ⇒ DescribeStreamLinkFlowSRTStatisticsRequest
Returns a new instance of DescribeStreamLinkFlowSRTStatisticsRequest.
12571 12572 12573 12574 12575 12576 12577 12578 12579 12580 |
# File 'lib/v20190612/models.rb', line 12571 def initialize(flowid=nil, type=nil, inputoutputid=nil, pipeline=nil, starttime=nil, endtime=nil, period=nil, remoteip=nil) @FlowId = flowid @Type = type @InputOutputId = inputoutputid @Pipeline = pipeline @StartTime = starttime @EndTime = endtime @Period = period @RemoteIp = remoteip end |
Instance Attribute Details
#EndTime ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12569 12570 12571 |
# File 'lib/v20190612/models.rb', line 12569 def EndTime @EndTime end |
#FlowId ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12569 12570 12571 |
# File 'lib/v20190612/models.rb', line 12569 def FlowId @FlowId end |
#InputOutputId ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12569 12570 12571 |
# File 'lib/v20190612/models.rb', line 12569 def InputOutputId @InputOutputId end |
#Period ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12569 12570 12571 |
# File 'lib/v20190612/models.rb', line 12569 def Period @Period end |
#Pipeline ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12569 12570 12571 |
# File 'lib/v20190612/models.rb', line 12569 def Pipeline @Pipeline end |
#RemoteIp ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12569 12570 12571 |
# File 'lib/v20190612/models.rb', line 12569 def RemoteIp @RemoteIp end |
#StartTime ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12569 12570 12571 |
# File 'lib/v20190612/models.rb', line 12569 def StartTime @StartTime end |
#Type ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12569 12570 12571 |
# File 'lib/v20190612/models.rb', line 12569 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
12582 12583 12584 12585 12586 12587 12588 12589 12590 12591 |
# File 'lib/v20190612/models.rb', line 12582 def deserialize(params) @FlowId = params['FlowId'] @Type = params['Type'] @InputOutputId = params['InputOutputId'] @Pipeline = params['Pipeline'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Period = params['Period'] @RemoteIp = params['RemoteIp'] end |