Class: TencentCloud::Cynosdb::V20190107::CreateAuditLogFileResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::CreateAuditLogFileResponse
- Defined in:
- lib/v20190107/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.
1996 1997 1998 1999 |
# File 'lib/v20190107/models.rb', line 1996 def initialize(filename=nil, requestid=nil) @FileName = filename @RequestId = requestid end |
Instance Attribute Details
#FileName ⇒ Object
1994 1995 1996 |
# File 'lib/v20190107/models.rb', line 1994 def FileName @FileName end |
#RequestId ⇒ Object
1994 1995 1996 |
# File 'lib/v20190107/models.rb', line 1994 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2001 2002 2003 2004 |
# File 'lib/v20190107/models.rb', line 2001 def deserialize(params) @FileName = params['FileName'] @RequestId = params['RequestId'] end |