Class: TencentCloud::Dbbrain::V20210527::DeleteAuditLogFileRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DeleteAuditLogFileRequest
- Defined in:
- lib/v20210527/models.rb
Overview
DeleteAuditLogFile请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(product = nil, noderequesttype = nil, instanceid = nil, asyncrequestid = nil) ⇒ DeleteAuditLogFileRequest
constructor
A new instance of DeleteAuditLogFileRequest.
Constructor Details
#initialize(product = nil, noderequesttype = nil, instanceid = nil, asyncrequestid = nil) ⇒ DeleteAuditLogFileRequest
Returns a new instance of DeleteAuditLogFileRequest.
1457 1458 1459 1460 1461 1462 |
# File 'lib/v20210527/models.rb', line 1457 def initialize(product=nil, noderequesttype=nil, instanceid=nil, asyncrequestid=nil) @Product = product @NodeRequestType = noderequesttype @InstanceId = instanceid @AsyncRequestId = asyncrequestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
1455 1456 1457 |
# File 'lib/v20210527/models.rb', line 1455 def AsyncRequestId @AsyncRequestId end |
#InstanceId ⇒ Object
1455 1456 1457 |
# File 'lib/v20210527/models.rb', line 1455 def InstanceId @InstanceId end |
#NodeRequestType ⇒ Object
1455 1456 1457 |
# File 'lib/v20210527/models.rb', line 1455 def NodeRequestType @NodeRequestType end |
#Product ⇒ Object
1455 1456 1457 |
# File 'lib/v20210527/models.rb', line 1455 def Product @Product end |
Instance Method Details
#deserialize(params) ⇒ Object
1464 1465 1466 1467 1468 1469 |
# File 'lib/v20210527/models.rb', line 1464 def deserialize(params) @Product = params['Product'] @NodeRequestType = params['NodeRequestType'] @InstanceId = params['InstanceId'] @AsyncRequestId = params['AsyncRequestId'] end |