Class: TencentCloud::Mps::V20190612::DescribeStreamLinkFlowLogsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeStreamLinkFlowLogsRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeStreamLinkFlowLogs请求参数结构体
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’。.
-
#PageNum ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。 UTC时间,如‘2020-01-01T12:00:00Z’。.
-
#PageSize ⇒ 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’。.
-
#SortType ⇒ 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, starttime = nil, endtime = nil, type = nil, pipeline = nil, pagesize = nil, sorttype = nil, pagenum = nil) ⇒ DescribeStreamLinkFlowLogsRequest
constructor
A new instance of DescribeStreamLinkFlowLogsRequest.
Constructor Details
#initialize(flowid = nil, starttime = nil, endtime = nil, type = nil, pipeline = nil, pagesize = nil, sorttype = nil, pagenum = nil) ⇒ DescribeStreamLinkFlowLogsRequest
Returns a new instance of DescribeStreamLinkFlowLogsRequest.
12215 12216 12217 12218 12219 12220 12221 12222 12223 12224 |
# File 'lib/v20190612/models.rb', line 12215 def initialize(flowid=nil, starttime=nil, endtime=nil, type=nil, pipeline=nil, pagesize=nil, sorttype=nil, pagenum=nil) @FlowId = flowid @StartTime = starttime @EndTime = endtime @Type = type @Pipeline = pipeline @PageSize = pagesize @SortType = sorttype @PageNum = pagenum end |
Instance Attribute Details
#EndTime ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12213 12214 12215 |
# File 'lib/v20190612/models.rb', line 12213 def EndTime @EndTime end |
#FlowId ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12213 12214 12215 |
# File 'lib/v20190612/models.rb', line 12213 def FlowId @FlowId end |
#PageNum ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12213 12214 12215 |
# File 'lib/v20190612/models.rb', line 12213 def PageNum @PageNum end |
#PageSize ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12213 12214 12215 |
# File 'lib/v20190612/models.rb', line 12213 def PageSize @PageSize end |
#Pipeline ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12213 12214 12215 |
# File 'lib/v20190612/models.rb', line 12213 def Pipeline @Pipeline end |
#SortType ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12213 12214 12215 |
# File 'lib/v20190612/models.rb', line 12213 def SortType @SortType end |
#StartTime ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12213 12214 12215 |
# File 'lib/v20190612/models.rb', line 12213 def StartTime @StartTime end |
#Type ⇒ Object
UTC时间,如‘2020-01-01T12:00:00Z’。UTC时间,如‘2020-01-01T12:00:00Z’。
12213 12214 12215 |
# File 'lib/v20190612/models.rb', line 12213 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 |
# File 'lib/v20190612/models.rb', line 12226 def deserialize(params) @FlowId = params['FlowId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Type = params['Type'] @Pipeline = params['Pipeline'] @PageSize = params['PageSize'] @SortType = params['SortType'] @PageNum = params['PageNum'] end |