Class: TencentCloud::Cynosdb::V20190107::DescribeInstanceErrorLogsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::DescribeInstanceErrorLogsRequest
- Defined in:
- lib/v20190107/models.rb
Overview
DescribeInstanceErrorLogs请求参数结构体
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #InstanceId ⇒ Object
- #KeyWords ⇒ Object
- #Limit ⇒ Object
- #LogLevels ⇒ Object
- #Offset ⇒ Object
- #OrderBy ⇒ Object
- #OrderByType ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, limit = nil, offset = nil, starttime = nil, endtime = nil, orderby = nil, orderbytype = nil, loglevels = nil, keywords = nil) ⇒ DescribeInstanceErrorLogsRequest
constructor
A new instance of DescribeInstanceErrorLogsRequest.
Constructor Details
#initialize(instanceid = nil, limit = nil, offset = nil, starttime = nil, endtime = nil, orderby = nil, orderbytype = nil, loglevels = nil, keywords = nil) ⇒ DescribeInstanceErrorLogsRequest
Returns a new instance of DescribeInstanceErrorLogsRequest.
6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 |
# File 'lib/v20190107/models.rb', line 6535 def initialize(instanceid=nil, limit=nil, offset=nil, starttime=nil, endtime=nil, orderby=nil, orderbytype=nil, loglevels=nil, keywords=nil) @InstanceId = instanceid @Limit = limit @Offset = offset @StartTime = starttime @EndTime = endtime @OrderBy = orderby @OrderByType = orderbytype @LogLevels = loglevels @KeyWords = keywords end |
Instance Attribute Details
#EndTime ⇒ Object
6533 6534 6535 |
# File 'lib/v20190107/models.rb', line 6533 def EndTime @EndTime end |
#InstanceId ⇒ Object
6533 6534 6535 |
# File 'lib/v20190107/models.rb', line 6533 def InstanceId @InstanceId end |
#KeyWords ⇒ Object
6533 6534 6535 |
# File 'lib/v20190107/models.rb', line 6533 def KeyWords @KeyWords end |
#Limit ⇒ Object
6533 6534 6535 |
# File 'lib/v20190107/models.rb', line 6533 def Limit @Limit end |
#LogLevels ⇒ Object
6533 6534 6535 |
# File 'lib/v20190107/models.rb', line 6533 def LogLevels @LogLevels end |
#Offset ⇒ Object
6533 6534 6535 |
# File 'lib/v20190107/models.rb', line 6533 def Offset @Offset end |
#OrderBy ⇒ Object
6533 6534 6535 |
# File 'lib/v20190107/models.rb', line 6533 def OrderBy @OrderBy end |
#OrderByType ⇒ Object
6533 6534 6535 |
# File 'lib/v20190107/models.rb', line 6533 def OrderByType @OrderByType end |
#StartTime ⇒ Object
6533 6534 6535 |
# File 'lib/v20190107/models.rb', line 6533 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
6547 6548 6549 6550 6551 6552 6553 6554 6555 6556 6557 |
# File 'lib/v20190107/models.rb', line 6547 def deserialize(params) @InstanceId = params['InstanceId'] @Limit = params['Limit'] @Offset = params['Offset'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @OrderBy = params['OrderBy'] @OrderByType = params['OrderByType'] @LogLevels = params['LogLevels'] @KeyWords = params['KeyWords'] end |