Class: TencentCloud::Cynosdb::V20190107::ErrorLogItemExport
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::ErrorLogItemExport
- Defined in:
- lib/v20190107/models.rb
Overview
错误日志导出格式
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(timestamp = nil, level = nil, content = nil) ⇒ ErrorLogItemExport
constructor
A new instance of ErrorLogItemExport.
Constructor Details
#initialize(timestamp = nil, level = nil, content = nil) ⇒ ErrorLogItemExport
Returns a new instance of ErrorLogItemExport.
8208 8209 8210 8211 8212 |
# File 'lib/v20190107/models.rb', line 8208 def initialize(=nil, level=nil, content=nil) @Timestamp = @Level = level @Content = content end |
Instance Attribute Details
#Content ⇒ Object
8206 8207 8208 |
# File 'lib/v20190107/models.rb', line 8206 def Content @Content end |
#Level ⇒ Object
8206 8207 8208 |
# File 'lib/v20190107/models.rb', line 8206 def Level @Level end |
#Timestamp ⇒ Object
8206 8207 8208 |
# File 'lib/v20190107/models.rb', line 8206 def Timestamp @Timestamp end |
Instance Method Details
#deserialize(params) ⇒ Object
8214 8215 8216 8217 8218 |
# File 'lib/v20190107/models.rb', line 8214 def deserialize(params) @Timestamp = params['Timestamp'] @Level = params['Level'] @Content = params['Content'] end |