Class: TencentCloud::Cdb::V20170320::CreateAuditLogFileResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::CreateAuditLogFileResponse
- Defined in:
- lib/v20170320/models.rb
Overview
CreateAuditLogFile返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filename = nil, requestid = nil) ⇒ CreateAuditLogFileResponse
constructor
A new instance of CreateAuditLogFileResponse.
Constructor Details
#initialize(filename = nil, requestid = nil) ⇒ CreateAuditLogFileResponse
Returns a new instance of CreateAuditLogFileResponse.
2409 2410 2411 2412 |
# File 'lib/v20170320/models.rb', line 2409 def initialize(filename=nil, requestid=nil) @FileName = filename @RequestId = requestid end |
Instance Attribute Details
#FileName ⇒ Object
2407 2408 2409 |
# File 'lib/v20170320/models.rb', line 2407 def FileName @FileName end |
#RequestId ⇒ Object
2407 2408 2409 |
# File 'lib/v20170320/models.rb', line 2407 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2414 2415 2416 2417 |
# File 'lib/v20170320/models.rb', line 2414 def deserialize(params) @FileName = params['FileName'] @RequestId = params['RequestId'] end |