Class: TencentCloud::Cdb::V20170320::CreateAccountsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::CreateAccountsResponse
- Defined in:
- lib/v20170320/models.rb
Overview
CreateAccounts返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ CreateAccountsResponse
constructor
A new instance of CreateAccountsResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ CreateAccountsResponse
Returns a new instance of CreateAccountsResponse.
2346 2347 2348 2349 |
# File 'lib/v20170320/models.rb', line 2346 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
2344 2345 2346 |
# File 'lib/v20170320/models.rb', line 2344 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
2344 2345 2346 |
# File 'lib/v20170320/models.rb', line 2344 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2351 2352 2353 2354 |
# File 'lib/v20170320/models.rb', line 2351 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |