Class: TencentCloud::Mongodb::V20190725::CreateAuditLogFileResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20190725::CreateAuditLogFileResponse
- Defined in:
- lib/v20190725/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.
569 570 571 572 |
# File 'lib/v20190725/models.rb', line 569 def initialize(filename=nil, requestid=nil) @FileName = filename @RequestId = requestid end |
Instance Attribute Details
#FileName ⇒ Object
567 568 569 |
# File 'lib/v20190725/models.rb', line 567 def FileName @FileName end |
#RequestId ⇒ Object
567 568 569 |
# File 'lib/v20190725/models.rb', line 567 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
574 575 576 577 |
# File 'lib/v20190725/models.rb', line 574 def deserialize(params) @FileName = params['FileName'] @RequestId = params['RequestId'] end |