Class: TencentCloud::Dbbrain::V20191016::CreateDBDiagReportUrlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20191016::CreateDBDiagReportUrlRequest
- Defined in:
- lib/v20191016/models.rb
Overview
CreateDBDiagReportUrl请求参数结构体
Instance Attribute Summary collapse
-
#AsyncRequestId ⇒ Object
示例值:cdb-dctw4edd.
-
#InstanceId ⇒ Object
示例值:cdb-dctw4edd.
-
#Product ⇒ Object
示例值:cdb-dctw4edd.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, asyncrequestid = nil, product = nil) ⇒ CreateDBDiagReportUrlRequest
constructor
A new instance of CreateDBDiagReportUrlRequest.
Constructor Details
#initialize(instanceid = nil, asyncrequestid = nil, product = nil) ⇒ CreateDBDiagReportUrlRequest
Returns a new instance of CreateDBDiagReportUrlRequest.
160 161 162 163 164 |
# File 'lib/v20191016/models.rb', line 160 def initialize(instanceid=nil, asyncrequestid=nil, product=nil) @InstanceId = instanceid @AsyncRequestId = asyncrequestid @Product = product end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
示例值:cdb-dctw4edd
158 159 160 |
# File 'lib/v20191016/models.rb', line 158 def AsyncRequestId @AsyncRequestId end |
#InstanceId ⇒ Object
示例值:cdb-dctw4edd
158 159 160 |
# File 'lib/v20191016/models.rb', line 158 def InstanceId @InstanceId end |
#Product ⇒ Object
示例值:cdb-dctw4edd
158 159 160 |
# File 'lib/v20191016/models.rb', line 158 def Product @Product end |
Instance Method Details
#deserialize(params) ⇒ Object
166 167 168 169 170 |
# File 'lib/v20191016/models.rb', line 166 def deserialize(params) @InstanceId = params['InstanceId'] @AsyncRequestId = params['AsyncRequestId'] @Product = params['Product'] end |