Class: TencentCloud::Mongodb::V20190725::DeleteAuditLogFileResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20190725::DeleteAuditLogFileResponse
- Defined in:
- lib/v20190725/models.rb
Overview
DeleteAuditLogFile返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteAuditLogFileResponse
constructor
A new instance of DeleteAuditLogFileResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteAuditLogFileResponse
Returns a new instance of DeleteAuditLogFileResponse.
1446 1447 1448 |
# File 'lib/v20190725/models.rb', line 1446 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1444 1445 1446 |
# File 'lib/v20190725/models.rb', line 1444 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1450 1451 1452 |
# File 'lib/v20190725/models.rb', line 1450 def deserialize(params) @RequestId = params['RequestId'] end |