Class: TencentCloud::Dbbrain::V20210527::DescribeDBDiagEventResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeDBDiagEventResponse
- Defined in:
- lib/v20210527/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.
2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 |
# File 'lib/v20210527/models.rb', line 2228 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
2226 2227 2228 |
# File 'lib/v20210527/models.rb', line 2226 def DiagItem @DiagItem end |
#DiagType ⇒ Object
2226 2227 2228 |
# File 'lib/v20210527/models.rb', line 2226 def DiagType @DiagType end |
#EndTime ⇒ Object
2226 2227 2228 |
# File 'lib/v20210527/models.rb', line 2226 def EndTime @EndTime end |
#EventId ⇒ Object
2226 2227 2228 |
# File 'lib/v20210527/models.rb', line 2226 def EventId @EventId end |
#Explanation ⇒ Object
2226 2227 2228 |
# File 'lib/v20210527/models.rb', line 2226 def Explanation @Explanation end |
#Metric ⇒ Object
2226 2227 2228 |
# File 'lib/v20210527/models.rb', line 2226 def Metric @Metric end |
#Outline ⇒ Object
2226 2227 2228 |
# File 'lib/v20210527/models.rb', line 2226 def Outline @Outline end |
#Problem ⇒ Object
2226 2227 2228 |
# File 'lib/v20210527/models.rb', line 2226 def Problem @Problem end |
#RequestId ⇒ Object
2226 2227 2228 |
# File 'lib/v20210527/models.rb', line 2226 def RequestId @RequestId end |
#Severity ⇒ Object
2226 2227 2228 |
# File 'lib/v20210527/models.rb', line 2226 def Severity @Severity end |
#StartTime ⇒ Object
2226 2227 2228 |
# File 'lib/v20210527/models.rb', line 2226 def StartTime @StartTime end |
#Suggestions ⇒ Object
2226 2227 2228 |
# File 'lib/v20210527/models.rb', line 2226 def Suggestions @Suggestions end |
Instance Method Details
#deserialize(params) ⇒ Object
2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 |
# File 'lib/v20210527/models.rb', line 2243 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 |