Class: TencentCloud::Cdb::V20170320::DeleteAccountsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DeleteAccountsResponse
- Defined in:
- lib/v20170320/models.rb
Overview
DeleteAccounts返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ DeleteAccountsResponse
constructor
A new instance of DeleteAccountsResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ DeleteAccountsResponse
Returns a new instance of DeleteAccountsResponse.
3888 3889 3890 3891 |
# File 'lib/v20170320/models.rb', line 3888 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
3886 3887 3888 |
# File 'lib/v20170320/models.rb', line 3886 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
3886 3887 3888 |
# File 'lib/v20170320/models.rb', line 3886 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3893 3894 3895 3896 |
# File 'lib/v20170320/models.rb', line 3893 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |