Class: TencentCloud::Mongodb::V20190725::DescribeSlowLogsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20190725::DescribeSlowLogsResponse
- Defined in:
- lib/v20190725/models.rb
Overview
DescribeSlowLogs返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(count = nil, slowlogs = nil, requestid = nil) ⇒ DescribeSlowLogsResponse
constructor
A new instance of DescribeSlowLogsResponse.
Constructor Details
#initialize(count = nil, slowlogs = nil, requestid = nil) ⇒ DescribeSlowLogsResponse
Returns a new instance of DescribeSlowLogsResponse.
3166 3167 3168 3169 3170 |
# File 'lib/v20190725/models.rb', line 3166 def initialize(count=nil, slowlogs=nil, requestid=nil) @Count = count @SlowLogs = slowlogs @RequestId = requestid end |
Instance Attribute Details
#Count ⇒ Object
3164 3165 3166 |
# File 'lib/v20190725/models.rb', line 3164 def Count @Count end |
#RequestId ⇒ Object
3164 3165 3166 |
# File 'lib/v20190725/models.rb', line 3164 def RequestId @RequestId end |
#SlowLogs ⇒ Object
3164 3165 3166 |
# File 'lib/v20190725/models.rb', line 3164 def SlowLogs @SlowLogs end |
Instance Method Details
#deserialize(params) ⇒ Object
3172 3173 3174 3175 3176 |
# File 'lib/v20190725/models.rb', line 3172 def deserialize(params) @Count = params['Count'] @SlowLogs = params['SlowLogs'] @RequestId = params['RequestId'] end |