Class: TencentCloud::Mps::V20190612::DescribeStreamLinkFlowMediaStatisticsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeStreamLinkFlowMediaStatisticsRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeStreamLinkFlowMediaStatistics请求参数结构体
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, period = nil, starttime = nil, endtime = nil, remoteip = nil) ⇒ DescribeStreamLinkFlowMediaStatisticsRequest
constructor
A new instance of DescribeStreamLinkFlowMediaStatisticsRequest.
Constructor Details
#initialize(flowid = nil, type = nil, inputoutputid = nil, pipeline = nil, period = nil, starttime = nil, endtime = nil, remoteip = nil) ⇒ DescribeStreamLinkFlowMediaStatisticsRequest
Returns a new instance of DescribeStreamLinkFlowMediaStatisticsRequest.
12304 12305 12306 12307 12308 12309 12310 12311 12312 12313 |
# File 'lib/v20190612/models.rb', line 12304 def initialize(flowid=nil, type=nil, inputoutputid=nil, pipeline=nil, period=nil, starttime=nil, endtime=nil, remoteip=nil) @FlowId = flowid @Type = type @InputOutputId = inputoutputid @Pipeline = pipeline @Period = period @StartTime = starttime @EndTime = endtime @RemoteIp = remoteip end |
Instance Attribute Details
#EndTime ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12302 12303 12304 |
# File 'lib/v20190612/models.rb', line 12302 def EndTime @EndTime end |
#FlowId ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12302 12303 12304 |
# File 'lib/v20190612/models.rb', line 12302 def FlowId @FlowId end |
#InputOutputId ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12302 12303 12304 |
# File 'lib/v20190612/models.rb', line 12302 def InputOutputId @InputOutputId end |
#Period ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12302 12303 12304 |
# File 'lib/v20190612/models.rb', line 12302 def Period @Period end |
#Pipeline ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12302 12303 12304 |
# File 'lib/v20190612/models.rb', line 12302 def Pipeline @Pipeline end |
#RemoteIp ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12302 12303 12304 |
# File 'lib/v20190612/models.rb', line 12302 def RemoteIp @RemoteIp end |
#StartTime ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12302 12303 12304 |
# File 'lib/v20190612/models.rb', line 12302 def StartTime @StartTime end |
#Type ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12302 12303 12304 |
# File 'lib/v20190612/models.rb', line 12302 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
12315 12316 12317 12318 12319 12320 12321 12322 12323 12324 |
# File 'lib/v20190612/models.rb', line 12315 def deserialize(params) @FlowId = params['FlowId'] @Type = params['Type'] @InputOutputId = params['InputOutputId'] @Pipeline = params['Pipeline'] @Period = params['Period'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @RemoteIp = params['RemoteIp'] end |