Class: TencentCloud::Cdb::V20170320::DeleteAuditLogFileResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DeleteAuditLogFileResponse
- Defined in:
- lib/v20170320/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.
3961 3962 3963 |
# File 'lib/v20170320/models.rb', line 3961 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3959 3960 3961 |
# File 'lib/v20170320/models.rb', line 3959 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3965 3966 3967 |
# File 'lib/v20170320/models.rb', line 3965 def deserialize(params) @RequestId = params['RequestId'] end |