Class: TencentCloud::Dbbrain::V20210527::DescribeDBDiagReportContentResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeDBDiagReportContentResponse
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeDBDiagReportContent返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(report = nil, requestid = nil) ⇒ DescribeDBDiagReportContentResponse
constructor
A new instance of DescribeDBDiagReportContentResponse.
Constructor Details
#initialize(report = nil, requestid = nil) ⇒ DescribeDBDiagReportContentResponse
Returns a new instance of DescribeDBDiagReportContentResponse.
2421 2422 2423 2424 |
# File 'lib/v20210527/models.rb', line 2421 def initialize(report=nil, requestid=nil) @Report = report @RequestId = requestid end |
Instance Attribute Details
#Report ⇒ Object
2419 2420 2421 |
# File 'lib/v20210527/models.rb', line 2419 def Report @Report end |
#RequestId ⇒ Object
2419 2420 2421 |
# File 'lib/v20210527/models.rb', line 2419 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2426 2427 2428 2429 |
# File 'lib/v20210527/models.rb', line 2426 def deserialize(params) @Report = params['Report'] @RequestId = params['RequestId'] end |