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.
3926 3927 3928 |
# File 'lib/v20170320/models.rb', line 3926 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3924 3925 3926 |
# File 'lib/v20170320/models.rb', line 3924 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3930 3931 3932 |
# File 'lib/v20170320/models.rb', line 3930 def deserialize(params) @RequestId = params['RequestId'] end |