Class: TencentCloud::Dbbrain::V20191016::DescribeDBDiagEventResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20191016::DescribeDBDiagEventResponse
- Defined in:
- lib/v20191016/models.rb
Overview
DescribeDBDiagEvent返回参数结构体
Instance Attribute Summary collapse
- #DiagItem ⇒ Object
- #DiagType ⇒ Object
- #EndTime ⇒ Object
- #EventId ⇒ Object
- #Explanation ⇒ Object
- #Metric ⇒ Object
- #Outline ⇒ Object
- #Problem ⇒ Object
- #RequestId ⇒ Object
- #Severity ⇒ Object
- #StartTime ⇒ Object
- #Suggestions ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(diagitem = nil, diagtype = nil, eventid = nil, explanation = nil, outline = nil, problem = nil, severity = nil, starttime = nil, suggestions = nil, metric = nil, endtime = nil, requestid = nil) ⇒ DescribeDBDiagEventResponse
constructor
A new instance of DescribeDBDiagEventResponse.
Constructor Details
#initialize(diagitem = nil, diagtype = nil, eventid = nil, explanation = nil, outline = nil, problem = nil, severity = nil, starttime = nil, suggestions = nil, metric = nil, endtime = nil, requestid = nil) ⇒ DescribeDBDiagEventResponse
Returns a new instance of DescribeDBDiagEventResponse.
550 551 552 553 554 555 556 557 558 559 560 561 562 563 |
# File 'lib/v20191016/models.rb', line 550 def initialize(diagitem=nil, diagtype=nil, eventid=nil, explanation=nil, outline=nil, problem=nil, severity=nil, starttime=nil, suggestions=nil, metric=nil, endtime=nil, requestid=nil) @DiagItem = diagitem @DiagType = diagtype @EventId = eventid @Explanation = explanation @Outline = outline @Problem = problem @Severity = severity @StartTime = starttime @Suggestions = suggestions @Metric = metric @EndTime = endtime @RequestId = requestid end |
Instance Attribute Details
#DiagItem ⇒ Object
548 549 550 |
# File 'lib/v20191016/models.rb', line 548 def DiagItem @DiagItem end |
#DiagType ⇒ Object
548 549 550 |
# File 'lib/v20191016/models.rb', line 548 def DiagType @DiagType end |
#EndTime ⇒ Object
548 549 550 |
# File 'lib/v20191016/models.rb', line 548 def EndTime @EndTime end |
#EventId ⇒ Object
548 549 550 |
# File 'lib/v20191016/models.rb', line 548 def EventId @EventId end |
#Explanation ⇒ Object
548 549 550 |
# File 'lib/v20191016/models.rb', line 548 def Explanation @Explanation end |
#Metric ⇒ Object
548 549 550 |
# File 'lib/v20191016/models.rb', line 548 def Metric @Metric end |
#Outline ⇒ Object
548 549 550 |
# File 'lib/v20191016/models.rb', line 548 def Outline @Outline end |
#Problem ⇒ Object
548 549 550 |
# File 'lib/v20191016/models.rb', line 548 def Problem @Problem end |
#RequestId ⇒ Object
548 549 550 |
# File 'lib/v20191016/models.rb', line 548 def RequestId @RequestId end |
#Severity ⇒ Object
548 549 550 |
# File 'lib/v20191016/models.rb', line 548 def Severity @Severity end |
#StartTime ⇒ Object
548 549 550 |
# File 'lib/v20191016/models.rb', line 548 def StartTime @StartTime end |
#Suggestions ⇒ Object
548 549 550 |
# File 'lib/v20191016/models.rb', line 548 def Suggestions @Suggestions end |
Instance Method Details
#deserialize(params) ⇒ Object
565 566 567 568 569 570 571 572 573 574 575 576 577 578 |
# File 'lib/v20191016/models.rb', line 565 def deserialize(params) @DiagItem = params['DiagItem'] @DiagType = params['DiagType'] @EventId = params['EventId'] @Explanation = params['Explanation'] @Outline = params['Outline'] @Problem = params['Problem'] @Severity = params['Severity'] @StartTime = params['StartTime'] @Suggestions = params['Suggestions'] @Metric = params['Metric'] @EndTime = params['EndTime'] @RequestId = params['RequestId'] end |