Class: TencentCloud::Dbbrain::V20210527::CreateAuditLogFileResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::CreateAuditLogFileResponse
- Defined in:
- lib/v20210527/models.rb
Overview
CreateAuditLogFile返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ CreateAuditLogFileResponse
constructor
A new instance of CreateAuditLogFileResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ CreateAuditLogFileResponse
Returns a new instance of CreateAuditLogFileResponse.
891 892 893 894 |
# File 'lib/v20210527/models.rb', line 891 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
889 890 891 |
# File 'lib/v20210527/models.rb', line 889 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
889 890 891 |
# File 'lib/v20210527/models.rb', line 889 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
896 897 898 899 |
# File 'lib/v20210527/models.rb', line 896 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |