Class: TencentCloud::Cynosdb::V20190107::ExportInstanceErrorLogsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::ExportInstanceErrorLogsRequest
- Defined in:
- lib/v20190107/models.rb
Overview
ExportInstanceErrorLogs请求参数结构体
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #FileType ⇒ 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, starttime = nil, endtime = nil, limit = nil, offset = nil, loglevels = nil, keywords = nil, filetype = nil, orderby = nil, orderbytype = nil) ⇒ ExportInstanceErrorLogsRequest
constructor
A new instance of ExportInstanceErrorLogsRequest.
Constructor Details
#initialize(instanceid = nil, starttime = nil, endtime = nil, limit = nil, offset = nil, loglevels = nil, keywords = nil, filetype = nil, orderby = nil, orderbytype = nil) ⇒ ExportInstanceErrorLogsRequest
Returns a new instance of ExportInstanceErrorLogsRequest.
8298 8299 8300 8301 8302 8303 8304 8305 8306 8307 8308 8309 |
# File 'lib/v20190107/models.rb', line 8298 def initialize(instanceid=nil, starttime=nil, endtime=nil, limit=nil, offset=nil, loglevels=nil, keywords=nil, filetype=nil, orderby=nil, orderbytype=nil) @InstanceId = instanceid @StartTime = starttime @EndTime = endtime @Limit = limit @Offset = offset @LogLevels = loglevels @KeyWords = keywords @FileType = filetype @OrderBy = orderby @OrderByType = orderbytype end |
Instance Attribute Details
#EndTime ⇒ Object
8296 8297 8298 |
# File 'lib/v20190107/models.rb', line 8296 def EndTime @EndTime end |
#FileType ⇒ Object
8296 8297 8298 |
# File 'lib/v20190107/models.rb', line 8296 def FileType @FileType end |
#InstanceId ⇒ Object
8296 8297 8298 |
# File 'lib/v20190107/models.rb', line 8296 def InstanceId @InstanceId end |
#KeyWords ⇒ Object
8296 8297 8298 |
# File 'lib/v20190107/models.rb', line 8296 def KeyWords @KeyWords end |
#Limit ⇒ Object
8296 8297 8298 |
# File 'lib/v20190107/models.rb', line 8296 def Limit @Limit end |
#LogLevels ⇒ Object
8296 8297 8298 |
# File 'lib/v20190107/models.rb', line 8296 def LogLevels @LogLevels end |
#Offset ⇒ Object
8296 8297 8298 |
# File 'lib/v20190107/models.rb', line 8296 def Offset @Offset end |
#OrderBy ⇒ Object
8296 8297 8298 |
# File 'lib/v20190107/models.rb', line 8296 def OrderBy @OrderBy end |
#OrderByType ⇒ Object
8296 8297 8298 |
# File 'lib/v20190107/models.rb', line 8296 def OrderByType @OrderByType end |
#StartTime ⇒ Object
8296 8297 8298 |
# File 'lib/v20190107/models.rb', line 8296 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 |
# File 'lib/v20190107/models.rb', line 8311 def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Limit = params['Limit'] @Offset = params['Offset'] @LogLevels = params['LogLevels'] @KeyWords = params['KeyWords'] @FileType = params['FileType'] @OrderBy = params['OrderBy'] @OrderByType = params['OrderByType'] end |