Class: TencentCloud::Dbbrain::V20210527::DescribeDBDiagReportContentRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeDBDiagReportContentRequest
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeDBDiagReportContent请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, asyncrequestid = nil, product = nil) ⇒ DescribeDBDiagReportContentRequest
constructor
A new instance of DescribeDBDiagReportContentRequest.
Constructor Details
#initialize(instanceid = nil, asyncrequestid = nil, product = nil) ⇒ DescribeDBDiagReportContentRequest
Returns a new instance of DescribeDBDiagReportContentRequest.
2399 2400 2401 2402 2403 |
# File 'lib/v20210527/models.rb', line 2399 def initialize(instanceid=nil, asyncrequestid=nil, product=nil) @InstanceId = instanceid @AsyncRequestId = asyncrequestid @Product = product end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
2397 2398 2399 |
# File 'lib/v20210527/models.rb', line 2397 def AsyncRequestId @AsyncRequestId end |
#InstanceId ⇒ Object
2397 2398 2399 |
# File 'lib/v20210527/models.rb', line 2397 def InstanceId @InstanceId end |
#Product ⇒ Object
2397 2398 2399 |
# File 'lib/v20210527/models.rb', line 2397 def Product @Product end |
Instance Method Details
#deserialize(params) ⇒ Object
2405 2406 2407 2408 2409 |
# File 'lib/v20210527/models.rb', line 2405 def deserialize(params) @InstanceId = params['InstanceId'] @AsyncRequestId = params['AsyncRequestId'] @Product = params['Product'] end |