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.
14436 14437 14438 14439 14440 14441 14442 14443 14444 14445 |
# File 'lib/v20190612/models.rb', line 14436 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'。
14434 14435 14436 |
# File 'lib/v20190612/models.rb', line 14434 def EndTime @EndTime end |
#FlowId ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14434 14435 14436 |
# File 'lib/v20190612/models.rb', line 14434 def FlowId @FlowId end |
#InputOutputId ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14434 14435 14436 |
# File 'lib/v20190612/models.rb', line 14434 def InputOutputId @InputOutputId end |
#Period ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14434 14435 14436 |
# File 'lib/v20190612/models.rb', line 14434 def Period @Period end |
#Pipeline ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14434 14435 14436 |
# File 'lib/v20190612/models.rb', line 14434 def Pipeline @Pipeline end |
#RemoteIp ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14434 14435 14436 |
# File 'lib/v20190612/models.rb', line 14434 def RemoteIp @RemoteIp end |
#StartTime ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14434 14435 14436 |
# File 'lib/v20190612/models.rb', line 14434 def StartTime @StartTime end |
#Type ⇒ Object
UTC时间,如'2020-01-01T12:00:00Z'。 UTC时间,如'2020-01-01T12:00:00Z'。
14434 14435 14436 |
# File 'lib/v20190612/models.rb', line 14434 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
14447 14448 14449 14450 14451 14452 14453 14454 14455 14456 |
# File 'lib/v20190612/models.rb', line 14447 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 |