Class: TencentCloud::Mongodb::V20190725::SlowLogItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20190725::SlowLogItem
- Defined in:
- lib/v20190725/models.rb
Overview
慢日志详情
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(log = nil, nodename = nil, queryhash = nil) ⇒ SlowLogItem
constructor
A new instance of SlowLogItem.
Constructor Details
#initialize(log = nil, nodename = nil, queryhash = nil) ⇒ SlowLogItem
Returns a new instance of SlowLogItem.
6013 6014 6015 6016 6017 |
# File 'lib/v20190725/models.rb', line 6013 def initialize(log=nil, nodename=nil, queryhash=nil) @Log = log @NodeName = nodename @QueryHash = queryhash end |
Instance Attribute Details
#Log ⇒ Object
6011 6012 6013 |
# File 'lib/v20190725/models.rb', line 6011 def Log @Log end |
#NodeName ⇒ Object
6011 6012 6013 |
# File 'lib/v20190725/models.rb', line 6011 def NodeName @NodeName end |
#QueryHash ⇒ Object
6011 6012 6013 |
# File 'lib/v20190725/models.rb', line 6011 def QueryHash @QueryHash end |
Instance Method Details
#deserialize(params) ⇒ Object
6019 6020 6021 6022 6023 |
# File 'lib/v20190725/models.rb', line 6019 def deserialize(params) @Log = params['Log'] @NodeName = params['NodeName'] @QueryHash = params['QueryHash'] end |