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.
14603 14604 14605 14606 14607 14608 14609 14610 14611 14612 |
# File 'lib/v20190612/models.rb', line 14603 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'。
14601 14602 14603 |
# File 'lib/v20190612/models.rb', line 14601 def EndTime @EndTime end |
#FlowId ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14601 14602 14603 |
# File 'lib/v20190612/models.rb', line 14601 def FlowId @FlowId end |
#InputOutputId ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14601 14602 14603 |
# File 'lib/v20190612/models.rb', line 14601 def InputOutputId @InputOutputId end |
#Period ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14601 14602 14603 |
# File 'lib/v20190612/models.rb', line 14601 def Period @Period end |
#Pipeline ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14601 14602 14603 |
# File 'lib/v20190612/models.rb', line 14601 def Pipeline @Pipeline end |
#RemoteIp ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14601 14602 14603 |
# File 'lib/v20190612/models.rb', line 14601 def RemoteIp @RemoteIp end |
#StartTime ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14601 14602 14603 |
# File 'lib/v20190612/models.rb', line 14601 def StartTime @StartTime end |
#Type ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14601 14602 14603 |
# File 'lib/v20190612/models.rb', line 14601 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
14614 14615 14616 14617 14618 14619 14620 14621 14622 14623 |
# File 'lib/v20190612/models.rb', line 14614 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 |